public static enum CmsCoreData.AdeContext extends java.lang.Enum<CmsCoreData.AdeContext>
| Enum Constant and Description |
|---|
editprovider
Context for classic direct edit provider.
|
gallery
Context for gallery dialog.
|
pageeditor
Context for container page.
|
publish
Context for publish dialog.
|
resourceinfo
Context for resource info dialog.
|
sitemapeditor
Context for sitemap.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsCoreData.AdeContext |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsCoreData.AdeContext[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsCoreData.AdeContext editprovider
public static final CmsCoreData.AdeContext gallery
public static final CmsCoreData.AdeContext pageeditor
public static final CmsCoreData.AdeContext publish
public static final CmsCoreData.AdeContext resourceinfo
public static final CmsCoreData.AdeContext sitemapeditor
public static CmsCoreData.AdeContext[] values()
for (CmsCoreData.AdeContext c : CmsCoreData.AdeContext.values()) System.out.println(c);
public static CmsCoreData.AdeContext 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