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