public static enum ConflictDescriptor.Operation extends Enum<ConflictDescriptor.Operation>
Modifier and Type | Method and Description |
---|---|
static ConflictDescriptor.Operation |
valueOf(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(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 nullCopyright © 2023. All rights reserved.