| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.DataValidationConstraint.OperatorType
public static final class DataValidationConstraint.OperatorType
Condition operator enum
Field Summary | |
---|---|
static int | BETWEEN |
static int | EQUAL |
static int | GREATER_OR_EQUAL |
static int | GREATER_THAN |
static int | IGNORED default value to supply when the operator type is not used |
static int | LESS_OR_EQUAL |
static int | LESS_THAN |
static int | NOT_BETWEEN |
static int | NOT_EQUAL |
Method Summary | |
---|---|
static void | validateSecondArg(int comparisonOperator, java.lang.String paramValue) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BETWEEN
public static final int NOT_BETWEEN
public static final int EQUAL
public static final int NOT_EQUAL
public static final int GREATER_THAN
public static final int LESS_THAN
public static final int GREATER_OR_EQUAL
public static final int LESS_OR_EQUAL
public static final int IGNORED
Method Detail |
---|
public static void validateSecondArg(int comparisonOperator, java.lang.String paramValue)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |