Uses of Class
org.xwiki.diff.ConflictDecision.DecisionType
-
-
Uses of ConflictDecision.DecisionType in org.xwiki.diff
Methods in org.xwiki.diff that return ConflictDecision.DecisionType Modifier and Type Method Description ConflictDecision.DecisionType
ConflictDecision. getType()
static ConflictDecision.DecisionType
ConflictDecision.DecisionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConflictDecision.DecisionType[]
ConflictDecision.DecisionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.diff with parameters of type ConflictDecision.DecisionType Modifier and Type Method Description void
ConflictDecision. setType(ConflictDecision.DecisionType type)
-