protected static enum CmsSitesTable.TableProperty extends java.lang.Enum<CmsSitesTable.TableProperty>
| Enum Constant and Description |
|---|
Changed
Status.
|
CmsSite
Status.
|
Favicon
OU.
|
Icon
Icon.
|
Is_Webserver
Last login.
|
New
IsIndirect?.
|
OK
Is the user disabled?
|
Path
Path.
|
Server
Description.
|
SSL
From Other ou?.
|
Title
Name.
|
Under_Other_Site
Is the user new?
|
| Modifier and Type | Method and Description |
|---|---|
static CmsSitesTable.TableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSitesTable.TableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsSitesTable.TableProperty Changed
public static final CmsSitesTable.TableProperty CmsSite
public static final CmsSitesTable.TableProperty Favicon
public static final CmsSitesTable.TableProperty Icon
public static final CmsSitesTable.TableProperty Is_Webserver
public static final CmsSitesTable.TableProperty New
public static final CmsSitesTable.TableProperty OK
public static final CmsSitesTable.TableProperty Path
public static final CmsSitesTable.TableProperty Server
public static final CmsSitesTable.TableProperty SSL
public static final CmsSitesTable.TableProperty Title
public static final CmsSitesTable.TableProperty Under_Other_Site
public static CmsSitesTable.TableProperty[] values()
for (CmsSitesTable.TableProperty c : CmsSitesTable.TableProperty.values()) System.out.println(c);
public static CmsSitesTable.TableProperty 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