.
TODO: 'oneOf' and 'between' were added by mdv, might have to go elsewhere
- Author:
- Thorsten Reitz, Marian de Vries
- Partner:
- 01 / Fraunhofer Institute for Computer Graphics Research, 08 / Delft University of Technology
EQUAL
public static final ComparatorType EQUAL
NOT_EQUAL
public static final ComparatorType NOT_EQUAL
LESS_THAN
public static final ComparatorType LESS_THAN
LESS_THAN_OR_EQUAL
public static final ComparatorType LESS_THAN_OR_EQUAL
GREATER_THAN
public static final ComparatorType GREATER_THAN
GREATER_THAN_OR_EQUAL
public static final ComparatorType GREATER_THAN_OR_EQUAL
CONTAINS
public static final ComparatorType CONTAINS
STARTS_WITH
public static final ComparatorType STARTS_WITH
ENDS_WITH
public static final ComparatorType ENDS_WITH
MATCHES
public static final ComparatorType MATCHES
COLLECTION_CONTAINS
public static final ComparatorType COLLECTION_CONTAINS
INCLUDES
public static final ComparatorType INCLUDES
INCLUDES_STRICTLY
public static final ComparatorType INCLUDES_STRICTLY
EMPTY
public static final ComparatorType EMPTY
ONE_OF
public static final ComparatorType ONE_OF
OTHERWISE
public static final ComparatorType OTHERWISE
BETWEEN
public static final ComparatorType BETWEEN
values
public static ComparatorType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ComparatorType c : ComparatorType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ComparatorType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
value
public String value()
fromValue
public static ComparatorType fromValue(String v)
Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d