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 comparision. | ||
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 | |
Doese not contains the text. |
Field Detail |
---|
LESS_OR_EQUAL | |
const int LESS_OR_EQUAL |
LESS_THAN | |
const int LESS_THAN |
EQUAL | |
const int EQUAL |
GREATER_THAN | |
const int GREATER_THAN |
NOT_EQUAL | |
const int NOT_EQUAL |
GREATER_OR_EQUAL | |
const int GREATER_OR_EQUAL |
NONE | |
const int NONE |
BEGINS_WITH | |
const int BEGINS_WITH |
ENDS_WITH | |
const int ENDS_WITH |
CONTAINS | |
const int CONTAINS |
NOT_CONTAINS | |
const int NOT_CONTAINS |