Package com.iizix

Enum Class Value.Category

All Implemented Interfaces:
Serializable, Comparable<Value.Category>, Constable
Enclosing class:
Value

public static enum Value.Category extends Enum<Value.Category>
The enumeration of Categories.
  • Enum Constant Details Link icon

  • Field Details Link icon

    • description Link icon

      public final String description
      Category description.
    • patterns Link icon

      public final String[] patterns
      The default patterns. If the patterns are empty, there is no pattern support.
    • patternDescriptions Link icon

      public final String[] patternDescriptions
      The default patterns. If the patterns are empty, there is no pattern support.
    • prompts Link icon

      public final String[] prompts
      The prompts available, tab delimited, null for none.
    • isUserPatternsSupported Link icon

      public final boolean isUserPatternsSupported
      Flag indicating user patterns are supported.
  • Method Details Link icon

    • values Link icon

      public static Value.Category[] 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 Link icon

      public static Value.Category 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