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