public enum EnabledAttributeMapper extends 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(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(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 boolean unset()
Copyright © 2009–2017. All rights reserved.