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