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