| Field Summary | ||
|---|---|---|
const Number | LESS_OR_EQUAL | |
| Represents LessOrEqual operator. | ||
const Number | LESS_THAN | |
| Represents LessThan operator. | ||
const Number | EQUAL | |
| Represents Equal operator. | ||
const Number | GREATER_THAN | |
| Represents GreaterThan operator. | ||
const Number | NOT_EQUAL | |
| Represents NotEqual operator. | ||
const Number | GREATER_OR_EQUAL | |
| Represents GreaterOrEqual operator. | ||
const Number | NONE | |
| Represents no comparision. | ||
const Number | BEGINS_WITH | |
| Begins with the text. | ||
const Number | ENDS_WITH | |
| Ends with the text. | ||
const Number | CONTAINS | |
| Contains the text. | ||
const Number | NOT_CONTAINS | |
| Doese not contains the text. | ||
| Field Detail |
|---|
LESS_OR_EQUAL | |
const Number LESS_OR_EQUAL | |
LESS_THAN | |
const Number LESS_THAN | |
EQUAL | |
const Number EQUAL | |
GREATER_THAN | |
const Number GREATER_THAN | |
NOT_EQUAL | |
const Number NOT_EQUAL | |
GREATER_OR_EQUAL | |
const Number GREATER_OR_EQUAL | |
NONE | |
const Number NONE | |
BEGINS_WITH | |
const Number BEGINS_WITH | |
ENDS_WITH | |
const Number ENDS_WITH | |
CONTAINS | |
const Number CONTAINS | |
NOT_CONTAINS | |
const Number NOT_CONTAINS | |