Enum Class DataType

java.lang.Object
java.lang.Enum<DataType>
ch.cern.eam.wshub.core.services.grids.impl.DataType
All Implemented Interfaces:
Serializable, Comparable<DataType>, Constable

public enum DataType extends Enum<DataType>
  • Enum Constant Details

    • LONG

      public static final DataType LONG
    • DURATION

      public static final DataType DURATION
    • VARCHAR

      public static final DataType VARCHAR
    • DATETIME

      public static final DataType DATETIME
    • NUMBER

      public static final DataType NUMBER
    • TSMIDNIGHT

      public static final DataType TSMIDNIGHT
    • CLOB

      public static final DataType CLOB
    • CHKBOOLEAN

      public static final DataType CHKBOOLEAN
    • MIXVARCHAR

      public static final DataType MIXVARCHAR
    • DATE

      public static final DataType DATE
    • DECIMAL

      public static final DataType DECIMAL
    • DEPENDENT

      public static final DataType DEPENDENT
    • CURRENCY

      public static final DataType CURRENCY
  • Method Details

    • values

      public static DataType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DataType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null