org.apache.poi.ss.usermodel
Class DataValidationConstraint.ValidationType

java.lang.Object  extended by org.apache.poi.ss.usermodel.DataValidationConstraint.ValidationType
Enclosing interface:
DataValidationConstraint

public static final class DataValidationConstraint.ValidationType
extends java.lang.Object

ValidationType enum


Field Summary
static intANY
          'Any value' type - value not restricted
static intDATE
          Date type
static intDECIMAL
          Decimal type
static intFORMULA
          Formula ( 'Custom' ) type
static intINTEGER
          Integer ('Whole number') type
static intLIST
          List type ( combo box type )
static intTEXT_LENGTH
          String length type
static intTIME
          Time type
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY

public static final int ANY
'Any value' type - value not restricted

See Also:
Constant Field Values


INTEGER

public static final int INTEGER
Integer ('Whole number') type

See Also:
Constant Field Values


DECIMAL

public static final int DECIMAL
Decimal type

See Also:
Constant Field Values


LIST

public static final int LIST
List type ( combo box type )

See Also:
Constant Field Values


DATE

public static final int DATE
Date type

See Also:
Constant Field Values


TIME

public static final int TIME
Time type

See Also:
Constant Field Values


TEXT_LENGTH

public static final int TEXT_LENGTH
String length type

See Also:
Constant Field Values


FORMULA

public static final int FORMULA
Formula ( 'Custom' ) type

See Also:
Constant Field Values





NOTHING
NOTHING
Add the Maven Dependecy to your project: maven dependecy for com.amazonaws : aws-java-sdk : 1.3.14