public enum EmbeddedAccountField extends Enum<EmbeddedAccountField> implements AbstractField
| 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() |
static EmbeddedAccountField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedAccountField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmbeddedAccountField ID
public static final EmbeddedAccountField ARCHIVED
public static final EmbeddedAccountField SUSPENDED
public static final EmbeddedAccountField CRON_ENABLED
public static final EmbeddedAccountField ACCOUNT_NAME
public static final EmbeddedAccountField ACCOUNT_DISPLAY_NAME
public static final EmbeddedAccountField DB_ID
public static final EmbeddedAccountField TIME_ZONE
public static final EmbeddedAccountField ACCOUNT_PERMISSION
public static EmbeddedAccountField[] values()
for (EmbeddedAccountField c : EmbeddedAccountField.values()) System.out.println(c);
public static EmbeddedAccountField 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 AbstractFieldCopyright © 2019. All rights reserved.