public static enum CmsResourceTypeConfig.AddMenuType extends java.lang.Enum<CmsResourceTypeConfig.AddMenuType>
| Enum Constant and Description |
|---|
ade
ADE add menu.
|
workplace
Workplace dialogs.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResourceTypeConfig.AddMenuType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceTypeConfig.AddMenuType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsResourceTypeConfig.AddMenuType ade
public static final CmsResourceTypeConfig.AddMenuType workplace
public static CmsResourceTypeConfig.AddMenuType[] values()
for (CmsResourceTypeConfig.AddMenuType c : CmsResourceTypeConfig.AddMenuType.values()) System.out.println(c);
public static CmsResourceTypeConfig.AddMenuType 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