public static enum CmsRelationType.CopyBehavior extends java.lang.Enum<CmsRelationType.CopyBehavior>
| Enum Constant and Description |
|---|
copy
Copy the relation when copying a resource.
|
ignore
Ignore the relation when copying a resource.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsRelationType.CopyBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsRelationType.CopyBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsRelationType.CopyBehavior copy
public static final CmsRelationType.CopyBehavior ignore
public static CmsRelationType.CopyBehavior[] values()
for (CmsRelationType.CopyBehavior c : CmsRelationType.CopyBehavior.values()) System.out.println(c);
public static CmsRelationType.CopyBehavior valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null