|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RuleOperator>
com.ibm.ram.internal.jaxb.RuleOperator
public enum RuleOperator
Java class for RuleOperator.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RuleOperator">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="EQUALS"/>
<enumeration value="NOT_EQUALS"/>
<enumeration value="LESS_THAN"/>
<enumeration value="LESS_THAN_OR_EQUALS"/>
<enumeration value="GREATER_THAN"/>
<enumeration value="GREATER_THAN_OR_EQUALS"/>
<enumeration value="AND"/>
<enumeration value="OR"/>
<enumeration value="ANY"/>
<enumeration value="EMPTY"/>
<enumeration value="NOT"/>
<enumeration value="CONTAINS"/>
<enumeration value="DOES_NOT_CONTAIN"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
AND
|
|
ANY
|
|
CONTAINS
|
|
DOES_NOT_CONTAIN
|
|
EMPTY
|
|
EQUALS
|
|
GREATER_THAN
|
|
GREATER_THAN_OR_EQUALS
|
|
LESS_THAN
|
|
LESS_THAN_OR_EQUALS
|
|
NOT
|
|
NOT_EQUALS
|
|
OR
|
|
| Method Summary | |
|---|---|
static RuleOperator |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static RuleOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RuleOperator[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RuleOperator AND
public static final RuleOperator ANY
public static final RuleOperator CONTAINS
public static final RuleOperator DOES_NOT_CONTAIN
public static final RuleOperator EMPTY
public static final RuleOperator EQUALS
public static final RuleOperator GREATER_THAN
public static final RuleOperator GREATER_THAN_OR_EQUALS
public static final RuleOperator LESS_THAN
public static final RuleOperator LESS_THAN_OR_EQUALS
public static final RuleOperator NOT
public static final RuleOperator NOT_EQUALS
public static final RuleOperator OR
| Method Detail |
|---|
public static final RuleOperator[] values()
for(RuleOperator c : RuleOperator.values())
System.out.println(c);
public static RuleOperator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic java.lang.String value()
public static RuleOperator fromValue(java.lang.String v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||