public static enum Conflict.DecisionType extends Enum<Conflict.DecisionType>
Enum Constant and Description |
---|
CURRENT
Current value.
|
CUSTOM
Custom value.
|
NEXT
Next value.
|
PREVIOUS
Previous value.
|
Modifier and Type | Method and Description |
---|---|
static Conflict.DecisionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Conflict.DecisionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Conflict.DecisionType PREVIOUS
public static final Conflict.DecisionType CURRENT
public static final Conflict.DecisionType NEXT
public static final Conflict.DecisionType CUSTOM
public static Conflict.DecisionType[] values()
for (Conflict.DecisionType c : Conflict.DecisionType.values()) System.out.println(c);
public static Conflict.DecisionType 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 © 2004–2021 XWiki. All rights reserved.