public enum RelationOperator extends Enum<RelationOperator>
| Modifier and Type | Method and Description |
|---|---|
static String |
opAsEnglish(RelationOperator op) |
static String |
opAsXpathString(RelationOperator op) |
static RelationOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelationOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelationOperator exactly
public static final RelationOperator orMore
public static final RelationOperator orLess
public static RelationOperator[] values()
for (RelationOperator c : RelationOperator.values()) System.out.println(c);
public static RelationOperator 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 static String opAsXpathString(RelationOperator op)
public static String opAsEnglish(RelationOperator op)
Copyright © 2016. All rights reserved.