public enum EmbeddedAccountSort extends Enum<EmbeddedAccountSort> implements AbstractSort
| Enum Constant and Description |
|---|
ACCOUNT_DISPLAY_NAME |
ACCOUNT_NAME |
ACCOUNT_PERMISSION |
ARCHIVED |
CRON_ENABLED |
DB_ID |
ID |
SUSPENDED |
TIME_ZONE |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
String |
toString() |
static EmbeddedAccountSort |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedAccountSort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedAccountSort ID
public static final EmbeddedAccountSort ARCHIVED
public static final EmbeddedAccountSort SUSPENDED
public static final EmbeddedAccountSort CRON_ENABLED
public static final EmbeddedAccountSort ACCOUNT_NAME
public static final EmbeddedAccountSort ACCOUNT_DISPLAY_NAME
public static final EmbeddedAccountSort DB_ID
public static final EmbeddedAccountSort TIME_ZONE
public static final EmbeddedAccountSort ACCOUNT_PERMISSION
public static EmbeddedAccountSort[] values()
for (EmbeddedAccountSort c : EmbeddedAccountSort.values()) System.out.println(c);
public static EmbeddedAccountSort valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getFieldName()
getFieldName in interface AbstractSortpublic String toString()
toString in class Enum<EmbeddedAccountSort>Copyright © 2019. All rights reserved.