Class DataValidationConstraint.ValidationType

  • Enclosing interface:
    DataValidationConstraint

    public static final class DataValidationConstraint.ValidationType
    extends java.lang.Object
    ValidationType enum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ANY
      'Any value' type - value not restricted
      static int DATE
      Date type
      static int DECIMAL
      Decimal type
      static int FORMULA
      Formula ( 'Custom' ) type
      static int INTEGER
      Integer ('Whole number') type
      static int LIST
      List type ( combo box type )
      static int TEXT_LENGTH
      String length type
      static int TIME
      Time type
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait