public static enum CmsSiteSelectorOption.Type extends java.lang.Enum<CmsSiteSelectorOption.Type>
| Enum Constant and Description |
|---|
currentSubsite
Current subsite.
|
root
Root site.
|
shared
Shared folder.
|
site
Normally configured site.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsSiteSelectorOption.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSiteSelectorOption.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsSiteSelectorOption.Type currentSubsite
public static final CmsSiteSelectorOption.Type root
public static final CmsSiteSelectorOption.Type shared
public static final CmsSiteSelectorOption.Type site
public static CmsSiteSelectorOption.Type[] values()
for (CmsSiteSelectorOption.Type c : CmsSiteSelectorOption.Type.values()) System.out.println(c);
public static CmsSiteSelectorOption.Type 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