org.apache.poi.hssf.record
Class CFRuleBase.ComparisonOperator
java.lang.Object
org.apache.poi.hssf.record.CFRuleBase.ComparisonOperator
- Enclosing class:
- CFRuleBase
public static final class CFRuleBase.ComparisonOperator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_COMPARISON
public static final byte NO_COMPARISON
- See Also:
- Constant Field Values
BETWEEN
public static final byte BETWEEN
- See Also:
- Constant Field Values
NOT_BETWEEN
public static final byte NOT_BETWEEN
- See Also:
- Constant Field Values
EQUAL
public static final byte EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
public static final byte NOT_EQUAL
- See Also:
- Constant Field Values
GT
public static final byte GT
- See Also:
- Constant Field Values
LT
public static final byte LT
- See Also:
- Constant Field Values
GE
public static final byte GE
- See Also:
- Constant Field Values
LE
public static final byte LE
- See Also:
- Constant Field Values
CFRuleBase.ComparisonOperator
public CFRuleBase.ComparisonOperator()