public enum ComparatorType extends Enum<ComparatorType>
Enum Constant and Description |
---|
BETWEEN |
COLLECTION_CONTAINS |
CONTAINS |
EMPTY |
ENDS_WITH |
EQUAL |
GREATER_THAN |
GREATER_THAN_OR_EQUAL |
INCLUDES |
INCLUDES_STRICTLY |
LESS_THAN |
LESS_THAN_OR_EQUAL |
MATCHES |
NOT_EQUAL |
ONE_OF |
OTHERWISE |
STARTS_WITH |
Modifier and Type | Method and Description |
---|---|
static ComparatorType |
fromValue(String v) |
String |
value() |
static ComparatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComparatorType EQUAL
public static final ComparatorType NOT_EQUAL
public static final ComparatorType LESS_THAN
public static final ComparatorType LESS_THAN_OR_EQUAL
public static final ComparatorType GREATER_THAN
public static final ComparatorType GREATER_THAN_OR_EQUAL
public static final ComparatorType CONTAINS
public static final ComparatorType STARTS_WITH
public static final ComparatorType ENDS_WITH
public static final ComparatorType MATCHES
public static final ComparatorType COLLECTION_CONTAINS
public static final ComparatorType INCLUDES
public static final ComparatorType INCLUDES_STRICTLY
public static final ComparatorType EMPTY
public static final ComparatorType ONE_OF
public static final ComparatorType OTHERWISE
public static final ComparatorType BETWEEN
public static ComparatorType[] values()
for (ComparatorType c : ComparatorType.values()) System.out.println(c);
public static ComparatorType 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 String value()
public static ComparatorType fromValue(String v)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a