public static enum CmsSite.LocalizationMode extends java.lang.Enum<CmsSite.LocalizationMode>
| Enum Constant and Description |
|---|
multiTree
The multi tree localization mode.
|
singleTree
The single tree localization mode.
|
standard
The default mode.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsSite.LocalizationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSite.LocalizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsSite.LocalizationMode multiTree
public static final CmsSite.LocalizationMode singleTree
public static final CmsSite.LocalizationMode standard
public static CmsSite.LocalizationMode[] values()
for (CmsSite.LocalizationMode c : CmsSite.LocalizationMode.values()) System.out.println(c);
public static CmsSite.LocalizationMode 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