public static enum ConflictHandler.Event extends Enum<ConflictHandler.Event>
Enum Constant and Description |
---|
CREATION |
MODIFICATION |
Modifier and Type | Method and Description |
---|---|
static ConflictHandler.Event |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictHandler.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConflictHandler.Event CREATION
public static final ConflictHandler.Event MODIFICATION
public static ConflictHandler.Event[] values()
for (ConflictHandler.Event c : ConflictHandler.Event.values()) System.out.println(c);
public static ConflictHandler.Event 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 © 2019. All Rights Reserved.