|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<CmsUserSearchParameters.SortKey>
org.opencms.file.CmsUserSearchParameters.SortKey
public static enum CmsUserSearchParameters.SortKey
An enum used for indicating sort order.
| Enum Constant Summary | |
|---|---|
activated
User activation status. |
|
email
Email address. |
|
flagStatus
Flags. |
|
fullName
Full name: "firstname lastname (loginname)". |
|
lastLogin
Last login date. |
|
loginName
Login name. |
|
orgUnit
Organizational unit. |
|
| Method Summary | |
|---|---|
static CmsUserSearchParameters.SortKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CmsUserSearchParameters.SortKey[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CmsUserSearchParameters.SortKey activated
public static final CmsUserSearchParameters.SortKey email
public static final CmsUserSearchParameters.SortKey flagStatus
public static final CmsUserSearchParameters.SortKey fullName
public static final CmsUserSearchParameters.SortKey lastLogin
public static final CmsUserSearchParameters.SortKey loginName
public static final CmsUserSearchParameters.SortKey orgUnit
| Method Detail |
|---|
public static CmsUserSearchParameters.SortKey[] values()
for (CmsUserSearchParameters.SortKey c : CmsUserSearchParameters.SortKey.values()) System.out.println(c);
public static CmsUserSearchParameters.SortKey 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||