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