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