public static enum CmsCoreData.ModuleKey extends java.lang.Enum<CmsCoreData.ModuleKey>
| Enum Constant and Description |
|---|
containerpage
Container page editor.
|
contenteditor
Content editor.
|
editprovider
Direct edit provider.
|
galleries
Galleries.
|
postupload
Post upload dialog.
|
properties
Properties dialog.
|
publish
Publish dialog.
|
sitemap
Sitemap editor.
|
upload
Upload dialog.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsCoreData.ModuleKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsCoreData.ModuleKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsCoreData.ModuleKey containerpage
public static final CmsCoreData.ModuleKey contenteditor
public static final CmsCoreData.ModuleKey editprovider
public static final CmsCoreData.ModuleKey galleries
public static final CmsCoreData.ModuleKey postupload
public static final CmsCoreData.ModuleKey properties
public static final CmsCoreData.ModuleKey publish
public static final CmsCoreData.ModuleKey sitemap
public static final CmsCoreData.ModuleKey upload
public static CmsCoreData.ModuleKey[] values()
for (CmsCoreData.ModuleKey c : CmsCoreData.ModuleKey.values()) System.out.println(c);
public static CmsCoreData.ModuleKey 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