public static enum ConflictQuestion.GlobalAction extends Enum<ConflictQuestion.GlobalAction>
Enum Constant and Description |
---|
ASK
Used to force asking whatever is the default.
|
CURRENT
The document in the database.
|
CUSTOM
A custom version.
|
MERGED
A proposal created by the 3 ways merge.
|
NEXT
The document from the new version of the extension.
|
PREVIOUS
The document from the previous version of the extension.
|
Modifier and Type | Method and Description |
---|---|
static ConflictQuestion.GlobalAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictQuestion.GlobalAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConflictQuestion.GlobalAction CURRENT
public static final ConflictQuestion.GlobalAction PREVIOUS
public static final ConflictQuestion.GlobalAction NEXT
public static final ConflictQuestion.GlobalAction MERGED
public static final ConflictQuestion.GlobalAction CUSTOM
public static final ConflictQuestion.GlobalAction ASK
public static ConflictQuestion.GlobalAction[] values()
for (ConflictQuestion.GlobalAction c : ConflictQuestion.GlobalAction.values()) System.out.println(c);
public static ConflictQuestion.GlobalAction 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–2022 XWiki. All rights reserved.