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