Enum Class ArgType.TypeName

java.lang.Object
java.lang.Enum<ArgType.TypeName>
io.nosqlbench.virtdata.lang.ast.ArgType.TypeName
All Implemented Interfaces:
Serializable, Comparable<ArgType.TypeName>, Constable
Enclosing interface:
ArgType

public static enum ArgType.TypeName extends Enum<ArgType.TypeName>
  • Enum Constant Details

  • Method Details

    • values

      public static ArgType.TypeName[] 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 ArgType.TypeName 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
    • getTypeClass

      public Class<?> getTypeClass()
    • getValueClass

      public Class<?> getValueClass()
    • valueOf

      public static ArgType.TypeName valueOf(ArgType argType)
      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:
      argType - 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