|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ComparatorEnumType>
eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.ComparatorEnumType
public 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>
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 |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String value()
public static ComparatorEnumType fromValue(String v)
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |