public static enum DifferChangeEntry.DifferChangeOper extends java.lang.Enum<DifferChangeEntry.DifferChangeOper>
Enum Constant and Description |
---|
autoMergeDelete |
autoMergeInsert |
autoMergeUpdate |
delete |
detail |
insert |
noop |
resolveDeleteUpdate |
resolveInsertChild |
resolveInsertInsert |
resolveUpdateDelete |
resolveUpdateUpdate |
update |
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 autoMergeInsert
public static final DifferChangeEntry.DifferChangeOper autoMergeUpdate
public static final DifferChangeEntry.DifferChangeOper autoMergeDelete
public static final DifferChangeEntry.DifferChangeOper resolveInsertInsert
public static final DifferChangeEntry.DifferChangeOper resolveInsertChild
public static final DifferChangeEntry.DifferChangeOper resolveUpdateUpdate
public static final DifferChangeEntry.DifferChangeOper resolveUpdateDelete
public static final DifferChangeEntry.DifferChangeOper resolveDeleteUpdate
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