protected static enum CmsADEManager.FavListProp extends java.lang.Enum<CmsADEManager.FavListProp>
| Enum Constant and Description |
|---|
ELEMENT
element property.
|
FORMATTER
formatter property.
|
PROPERTIES
properties property.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsADEManager.FavListProp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsADEManager.FavListProp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsADEManager.FavListProp ELEMENT
public static final CmsADEManager.FavListProp FORMATTER
public static final CmsADEManager.FavListProp PROPERTIES
public static CmsADEManager.FavListProp[] values()
for (CmsADEManager.FavListProp c : CmsADEManager.FavListProp.values()) System.out.println(c);
public static CmsADEManager.FavListProp 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