![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterOperatorType
Custom Filter operator type.
Field Summary | |
---|---|
static byte |
EQUAL
Represents Equal operator of filter. |
static byte |
GREATER_OR_EQUAL
Represents GreaterOrEqual operator of filter. |
static byte |
GREATER_THAN
Represents GreaterThan operator of filter. |
static byte |
LESS_OR_EQUAL
Represents LessOrEqual operator of filter. |
static byte |
LESS_THAN
Represents LessThan operator of filter. |
static byte |
NONE
Represents no comparision. |
static byte |
NOT_EQUAL
Represents NotEqual operator of filter. |
Field Detail |
---|
static final byte NONE
static final byte LESS_THAN
static final byte EQUAL
static final byte LESS_OR_EQUAL
static final byte GREATER_THAN
static final byte NOT_EQUAL
static final byte GREATER_OR_EQUAL
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |