public static enum DiffHelper.Operation extends Enum<DiffHelper.Operation>
Enum.EnumDesc<E extends Enum<E>>
Modifier and Type | Method and Description |
---|---|
static DiffHelper.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiffHelper.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DiffHelper.Operation DELETE
public static final DiffHelper.Operation INSERT
public static final DiffHelper.Operation EQUAL
public static DiffHelper.Operation[] values()
public static DiffHelper.Operation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null