public static enum PropertyUtilBase.GetterFlavour extends java.lang.Enum<PropertyUtilBase.GetterFlavour>
Enum Constant and Description |
---|
BOOLEAN |
GENERIC |
NOT_A_GETTER |
Modifier and Type | Method and Description |
---|---|
static PropertyUtilBase.GetterFlavour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyUtilBase.GetterFlavour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyUtilBase.GetterFlavour BOOLEAN
public static final PropertyUtilBase.GetterFlavour GENERIC
public static final PropertyUtilBase.GetterFlavour NOT_A_GETTER
public static PropertyUtilBase.GetterFlavour[] values()
for (PropertyUtilBase.GetterFlavour c : PropertyUtilBase.GetterFlavour.values()) System.out.println(c);
public static PropertyUtilBase.GetterFlavour 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 null