Package org.apache.poi.hssf.record
Interface CFRuleBase.ComparisonOperator
-
- Enclosing class:
- CFRuleBase
public static interface CFRuleBase.ComparisonOperator
-
-
Field Summary
Fields Modifier and Type Field Description static byte
BETWEEN
static byte
EQUAL
static byte
GE
static byte
GT
static byte
LE
static byte
LT
static byte
max_operator
static byte
NO_COMPARISON
static byte
NOT_BETWEEN
static byte
NOT_EQUAL
-
-
-
Field Detail
-
NO_COMPARISON
static final byte NO_COMPARISON
- See Also:
- Constant Field Values
-
BETWEEN
static final byte BETWEEN
- See Also:
- Constant Field Values
-
NOT_BETWEEN
static final byte NOT_BETWEEN
- See Also:
- Constant Field Values
-
EQUAL
static final byte EQUAL
- See Also:
- Constant Field Values
-
NOT_EQUAL
static final byte NOT_EQUAL
- See Also:
- Constant Field Values
-
GT
static final byte GT
- See Also:
- Constant Field Values
-
LT
static final byte LT
- See Also:
- Constant Field Values
-
GE
static final byte GE
- See Also:
- Constant Field Values
-
LE
static final byte LE
- See Also:
- Constant Field Values
-
max_operator
static final byte max_operator
- See Also:
- Constant Field Values
-
-