Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.oml.internal.goml.omwg
Enum ComparatorType

java.lang.Object
  extended by java.lang.Enum<ComparatorType>
      extended by eu.esdihumboldt.hale.io.oml.internal.goml.omwg.ComparatorType
All Implemented Interfaces:
Serializable, Comparable<ComparatorType>

public enum ComparatorType
extends Enum<ComparatorType>

This class represents the . 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

Enum Constant Summary
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
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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)

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d