Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.oml.internal.model.generated.oml
Enum ComparatorEnumType

java.lang.Object
  extended by java.lang.Enum<ComparatorEnumType>
      extended by eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.ComparatorEnumType
All Implemented Interfaces:
Serializable, Comparable<ComparatorEnumType>

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 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 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.
 
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 ComparatorEnumType EQUAL

NOT_EQUAL

public static final ComparatorEnumType NOT_EQUAL

LESS_THAN

public static final ComparatorEnumType LESS_THAN

LESS_THAN_OR_EQUAL

public static final ComparatorEnumType LESS_THAN_OR_EQUAL

GREATER_THAN

public static final ComparatorEnumType GREATER_THAN

GREATER_THAN_OR_EQUAL

public static final ComparatorEnumType GREATER_THAN_OR_EQUAL

CONTAINS

public static final ComparatorEnumType CONTAINS

STARTS_WITH

public static final ComparatorEnumType STARTS_WITH

ENDS_WITH

public static final ComparatorEnumType ENDS_WITH

MATCHES

public static final ComparatorEnumType MATCHES

COLLECTION_CONTAINS

public static final ComparatorEnumType COLLECTION_CONTAINS

INCLUDES

public static final ComparatorEnumType INCLUDES

INCLUDES_STRICTLY

public static final ComparatorEnumType INCLUDES_STRICTLY

EMPTY

public static final ComparatorEnumType EMPTY

ONE_OF

public static final ComparatorEnumType ONE_OF

BETWEEN

public static final ComparatorEnumType BETWEEN

OTHERWISE

public static final ComparatorEnumType OTHERWISE
Method Detail

values

public static ComparatorEnumType[] 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 (ComparatorEnumType c : ComparatorEnumType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ComparatorEnumType 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 ComparatorEnumType fromValue(String v)

Humboldt Alignment Editor 2.5.0

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