![]() |
||
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 OperatorType
Represents the operator type of conditional format and data validation.
Field Summary | |
---|---|
static byte |
BETWEEN
Represents Between operator of conditional format and data validation. |
static byte |
EQUAL
Represents Equal operator of conditional format and data validation. |
static byte |
GREATE_THAN
Represents GreaterThan operator of conditional format and data validation. |
static byte |
GREATER_OR_EQUAL
Represents GreaterOrEqual operator of conditional format and data validation. |
static byte |
LESS_OR_EQUAL
Represents LessOrEqual operator of conditional format and data validation. |
static byte |
LESS_THAN
Represents LessThan operator of conditional format and data validation. |
static byte |
NONE
Represents no comparision. |
static byte |
NOT_BETWEEN
Represents NotBetween operator of conditional format and data validation. |
static byte |
NOT_EQUAL
Represents NotEqual operator of conditional format and data validation. |
Field Detail |
---|
static final byte BETWEEN
static final byte NOT_BETWEEN
static final byte EQUAL
static final byte NOT_EQUAL
static final byte GREATE_THAN
static final byte LESS_THAN
static final byte GREATER_OR_EQUAL
static final byte LESS_OR_EQUAL
static final byte NONE
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |