public static enum UpdatingValidator.PropertyUpdateAction extends java.lang.Enum<UpdatingValidator.PropertyUpdateAction>
| Enum Constant and Description | 
|---|
NONE
Don't do anything. 
 | 
SET
validation and setting still needed 
 | 
SET_IF_CHANGED
Set only if the value has changed. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UpdatingValidator.PropertyUpdateAction | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static UpdatingValidator.PropertyUpdateAction[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final UpdatingValidator.PropertyUpdateAction NONE
public static final UpdatingValidator.PropertyUpdateAction SET
public static final UpdatingValidator.PropertyUpdateAction SET_IF_CHANGED
public static UpdatingValidator.PropertyUpdateAction[] values()
for (UpdatingValidator.PropertyUpdateAction c : UpdatingValidator.PropertyUpdateAction.values()) System.out.println(c);
public static UpdatingValidator.PropertyUpdateAction 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