public enum ComparatorEnumType extends Enum<ComparatorEnumType>
Java class for comparatorEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="comparatorEnumType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="equal"/> <enumeration value="not-equal"/> <enumeration value="less-than"/> <enumeration value="less-than-or-equal"/> <enumeration value="greater-than"/> <enumeration value="greater-than-or-equal"/> <enumeration value="contains"/> <enumeration value="starts-with"/> <enumeration value="ends-with"/> <enumeration value="matches"/> <enumeration value="collection-contains"/> <enumeration value="includes"/> <enumeration value="includes-strictly"/> <enumeration value="empty"/> <enumeration value="oneOf"/> <enumeration value="between"/> <enumeration value="otherwise"/> </restriction> </simpleType>
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 ComparatorEnumType |
fromValue(String v) |
String |
value() |
static ComparatorEnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComparatorEnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComparatorEnumType EQUAL
public static final ComparatorEnumType NOT_EQUAL
public static final ComparatorEnumType LESS_THAN
public static final ComparatorEnumType LESS_THAN_OR_EQUAL
public static final ComparatorEnumType GREATER_THAN
public static final ComparatorEnumType GREATER_THAN_OR_EQUAL
public static final ComparatorEnumType CONTAINS
public static final ComparatorEnumType STARTS_WITH
public static final ComparatorEnumType ENDS_WITH
public static final ComparatorEnumType MATCHES
public static final ComparatorEnumType COLLECTION_CONTAINS
public static final ComparatorEnumType INCLUDES
public static final ComparatorEnumType INCLUDES_STRICTLY
public static final ComparatorEnumType EMPTY
public static final ComparatorEnumType ONE_OF
public static final ComparatorEnumType BETWEEN
public static final ComparatorEnumType OTHERWISE
public static ComparatorEnumType[] values()
for (ComparatorEnumType c : ComparatorEnumType.values()) System.out.println(c);
public static ComparatorEnumType 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 ComparatorEnumType fromValue(String v)
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a