protected static enum XpathConstraintNode.Logic.LogicType extends Enum<XpathConstraintNode.Logic.LogicType>
Modifier and Type | Method and Description |
---|---|
static XpathConstraintNode.Logic.LogicType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XpathConstraintNode.Logic.LogicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XpathConstraintNode.Logic.LogicType AND
public static final XpathConstraintNode.Logic.LogicType OR
public static final XpathConstraintNode.Logic.LogicType XOR
public static final XpathConstraintNode.Logic.LogicType EQV
public static XpathConstraintNode.Logic.LogicType[] values()
for (XpathConstraintNode.Logic.LogicType c : XpathConstraintNode.Logic.LogicType.values()) System.out.println(c);
public static XpathConstraintNode.Logic.LogicType 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 © 2017. All rights reserved.