public enum EnabledAttributeMapper extends java.lang.Enum<EnabledAttributeMapper>
| Enum Constant and Description |
|---|
DISABLED |
ENABLED |
UNSET_DISABLED |
UNSET_ENABLED |
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled |
| Modifier and Type | Method and Description |
|---|---|
boolean |
unset() |
static EnabledAttributeMapper |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnabledAttributeMapper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnabledAttributeMapper ENABLED
public static final EnabledAttributeMapper UNSET_ENABLED
public static final EnabledAttributeMapper DISABLED
public static final EnabledAttributeMapper UNSET_DISABLED
public static EnabledAttributeMapper[] values()
for (EnabledAttributeMapper c : EnabledAttributeMapper.values()) System.out.println(c);
public static EnabledAttributeMapper 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 nullpublic boolean unset()