public static enum CmsUserTable.TableProperty extends java.lang.Enum<CmsUserTable.TableProperty>
| Enum Constant and Description |
|---|
Created
Last login.
|
DISABLED
Is the user disabled?
|
FROMOTHEROU
From Other ou?.
|
FullName
Description.
|
Icon
Icon.
|
INDIRECT
IsIndirect?.
|
LastLogin
Last login.
|
Name
Name.
|
NEWUSER
Is the user new?
|
OU
OU.
|
STATUS
Status.
|
SystemName
Full system Name.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsUserTable.TableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsUserTable.TableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsUserTable.TableProperty Created
public static final CmsUserTable.TableProperty DISABLED
public static final CmsUserTable.TableProperty FROMOTHEROU
public static final CmsUserTable.TableProperty FullName
public static final CmsUserTable.TableProperty Icon
public static final CmsUserTable.TableProperty INDIRECT
public static final CmsUserTable.TableProperty LastLogin
public static final CmsUserTable.TableProperty Name
public static final CmsUserTable.TableProperty NEWUSER
public static final CmsUserTable.TableProperty OU
public static final CmsUserTable.TableProperty STATUS
public static final CmsUserTable.TableProperty SystemName
public static CmsUserTable.TableProperty[] values()
for (CmsUserTable.TableProperty c : CmsUserTable.TableProperty.values()) System.out.println(c);
public static CmsUserTable.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