public static enum CmsCntPageData.ElementDeleteMode extends java.lang.Enum<CmsCntPageData.ElementDeleteMode>
| Enum Constant and Description |
|---|
alwaysDelete
Don't ask, delete no longer referenced element resources.
|
alwaysKeep
Don't ask, keep no longer referenced element resources.
|
askDelete
Ask if no longer referenced element resources should be deleted.
|
askKeep
Ask if no longer referenced element resources should be deleted.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsCntPageData.ElementDeleteMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsCntPageData.ElementDeleteMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsCntPageData.ElementDeleteMode alwaysDelete
public static final CmsCntPageData.ElementDeleteMode alwaysKeep
public static final CmsCntPageData.ElementDeleteMode askDelete
public static final CmsCntPageData.ElementDeleteMode askKeep
public static CmsCntPageData.ElementDeleteMode[] values()
for (CmsCntPageData.ElementDeleteMode c : CmsCntPageData.ElementDeleteMode.values()) System.out.println(c);
public static CmsCntPageData.ElementDeleteMode 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