Enum Class EType

Object
Enum<EType>
EType
All Implemented Interfaces:
Serializable, Comparable<EType>, Constable

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

    • ANY

      public static final EType ANY
    • PRIMITIVE

      public static final EType PRIMITIVE
    • NUMBER

      public static final EType NUMBER
    • INTEGER

      public static final EType INTEGER
    • FLOAT

      public static final EType FLOAT
    • DOUBLE

      public static final EType DOUBLE
    • BOOLEAN

      public static final EType BOOLEAN
    • STRING

      public static final EType STRING
    • DATETIME

      public static final EType DATETIME
    • DATE

      public static final EType DATE
    • TIME

      public static final EType TIME
    • NULL

      public static final EType NULL
    • UNDEFINED

      public static final EType UNDEFINED
    • COMPOSITE

      public static final EType COMPOSITE
    • ARRAY

      public static final EType ARRAY
    • OBJECT

      public static final EType OBJECT
    • RANGE

      public static final EType RANGE
    • NATIVE

      public static final EType NATIVE
    • INVOCABLE

      public static final EType INVOCABLE
    • VOID

      public static final EType VOID
  • Field Details

    • count

      public static final int count
  • Method Details

    • values

      public static EType[] 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 EType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<EType>
    • getName

      public String getName()
    • getParent

      public EType getParent()