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

  • Field Details

    • description

      public final String description
      Category description.
    • patterns

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

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

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

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

    • values

      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

      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