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