org.apache.poi.hssf.usermodel
Class DVConstraint.OperatorType

java.lang.Object
  extended by org.apache.poi.hssf.usermodel.DVConstraint.OperatorType
Enclosing class:
DVConstraint

public static final class DVConstraint.OperatorType
extends java.lang.Object

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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.