public static enum ConflictQuestion.ConflictType extends Enum<ConflictQuestion.ConflictType>
Enum Constant and Description |
---|
CURRENT_DELETED
Already deleted current document.
|
CURRENT_EXIST
Already existing different document.
|
MERGE_FAILURE
3 ways merge failed.
|
MERGE_SUCCESS
3 ways merge succeed (at least low level from 3 ways merge point of view).
|
Modifier and Type | Method and Description |
---|---|
List<ConflictQuestion.GlobalAction> |
getActions() |
static ConflictQuestion.ConflictType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConflictQuestion.ConflictType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConflictQuestion.ConflictType MERGE_SUCCESS
public static final ConflictQuestion.ConflictType MERGE_FAILURE
public static final ConflictQuestion.ConflictType CURRENT_EXIST
public static final ConflictQuestion.ConflictType CURRENT_DELETED
public static ConflictQuestion.ConflictType[] values()
for (ConflictQuestion.ConflictType c : ConflictQuestion.ConflictType.values()) System.out.println(c);
public static ConflictQuestion.ConflictType 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 nullpublic List<ConflictQuestion.GlobalAction> getActions()
Copyright © 2004–2022 XWiki. All rights reserved.