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