| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.clarizen.api.queries.Operator | |
Java class for Operator.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="Operator">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Equal"/>
<enumeration value="NotEqual"/>
<enumeration value="LessThan"/>
<enumeration value="GreaterThan"/>
<enumeration value="LessThanOrEqual"/>
<enumeration value="GreaterThanOrEqual"/>
<enumeration value="BeginsWith"/>
<enumeration value="EndsWith"/>
<enumeration value="Contains"/>
<enumeration value="DoesNotContain"/>
<enumeration value="In"/>
</restriction>
</simpleType>
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Operator | BEGINS_WITH | ||||||||||
| Operator | CONTAINS | ||||||||||
| Operator | DOES_NOT_CONTAIN | ||||||||||
| Operator | ENDS_WITH | ||||||||||
| Operator | EQUAL | ||||||||||
| Operator | GREATER_THAN | ||||||||||
| Operator | GREATER_THAN_OR_EQUAL | ||||||||||
| Operator | IN | In is only supported in compare operations where the left side is a FieldExpression which represents a "reference to entity" field and the right side is a QueryExpression | |||||||||
| Operator | LESS_THAN | ||||||||||
| Operator | LESS_THAN_OR_EQUAL | ||||||||||
| Operator | NOT_EQUAL | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
In is only supported in compare operations where the left side is a FieldExpression which represents a "reference to entity" field and the right side is a QueryExpression