Uses of Class
org.xwiki.test.ui.po.diff.Conflict.DecisionType
-
Packages that use Conflict.DecisionType Package Description org.xwiki.test.ui.po.diff -
-
Uses of Conflict.DecisionType in org.xwiki.test.ui.po.diff
Methods in org.xwiki.test.ui.po.diff that return Conflict.DecisionType Modifier and Type Method Description Conflict.DecisionType
Conflict. getCurrentDecision()
static Conflict.DecisionType
Conflict.DecisionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Conflict.DecisionType[]
Conflict.DecisionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.test.ui.po.diff with parameters of type Conflict.DecisionType Modifier and Type Method Description void
Conflict. setDecision(Conflict.DecisionType type)
Change the decision with the given type.
-