org.apache.poi.hssf.usermodel
Class DVConstraint.OperatorType
java.lang.Object
org.apache.poi.hssf.usermodel.DVConstraint.OperatorType
- Enclosing class:
- DVConstraint
public static final class DVConstraint.OperatorType
- extends java.lang.Object
Condition operator enum
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BETWEEN
public static final int BETWEEN
- See Also:
- Constant Field Values
NOT_BETWEEN
public static final int NOT_BETWEEN
- See Also:
- Constant Field Values
EQUAL
public static final int EQUAL
- See Also:
- Constant Field Values
NOT_EQUAL
public static final int NOT_EQUAL
- See Also:
- Constant Field Values
GREATER_THAN
public static final int GREATER_THAN
- See Also:
- Constant Field Values
LESS_THAN
public static final int LESS_THAN
- See Also:
- Constant Field Values
GREATER_OR_EQUAL
public static final int GREATER_OR_EQUAL
- See Also:
- Constant Field Values
LESS_OR_EQUAL
public static final int LESS_OR_EQUAL
- See Also:
- Constant Field Values
IGNORED
public static final int IGNORED
- default value to supply when the operator type is not used
- See Also:
- Constant Field Values
Copyright 2011 The Apache Software Foundation or
its licensors, as applicable.