public static enum CmsGroupTable.TableProperty extends java.lang.Enum<CmsGroupTable.TableProperty>
| Enum Constant and Description |
|---|
Description
Desription column.
|
Icon
Icon column.
|
INDIRECT
IsIndirect?.
|
Name
Name column.
|
OU
OU column.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsGroupTable.TableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsGroupTable.TableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsGroupTable.TableProperty Description
public static final CmsGroupTable.TableProperty Icon
public static final CmsGroupTable.TableProperty INDIRECT
public static final CmsGroupTable.TableProperty Name
public static final CmsGroupTable.TableProperty OU
public static CmsGroupTable.TableProperty[] values()
for (CmsGroupTable.TableProperty c : CmsGroupTable.TableProperty.values()) System.out.println(c);
public static CmsGroupTable.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