public static enum CmsSitemapData.EditorMode extends java.lang.Enum<CmsSitemapData.EditorMode>
| Enum Constant and Description |
|---|
categories
The categories mode.
|
compareLocales
Locale comparison mode.
|
galleries
The galleries mode.
|
modelpages
The model page mode.
|
navigation
The navigation mode.
|
vfs
The VFS mode.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsSitemapData.EditorMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSitemapData.EditorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsSitemapData.EditorMode categories
public static final CmsSitemapData.EditorMode compareLocales
public static final CmsSitemapData.EditorMode galleries
public static final CmsSitemapData.EditorMode modelpages
public static final CmsSitemapData.EditorMode navigation
public static final CmsSitemapData.EditorMode vfs
public static CmsSitemapData.EditorMode[] values()
for (CmsSitemapData.EditorMode c : CmsSitemapData.EditorMode.values()) System.out.println(c);
public static CmsSitemapData.EditorMode 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