Package ushiosan.jvm

Enum Class UString.UGeneratorType

java.lang.Object
java.lang.Enum<UString.UGeneratorType>
ushiosan.jvm.UString.UGeneratorType
All Implemented Interfaces:
Serializable, Comparable<UString.UGeneratorType>, java.lang.constant.Constable
Enclosing class:
UString

public static enum UString.UGeneratorType extends Enum<UString.UGeneratorType>
  • Enum Constant Details

    • LETTERS

      public static final UString.UGeneratorType LETTERS
      Element that identifies only letter type characters and excludes numbers and special characters.
    • NUMERIC

      public static final UString.UGeneratorType NUMERIC
      Element that identifies only characters of type number
    • ALPHANUMERIC

      public static final UString.UGeneratorType ALPHANUMERIC
      Element that identifies letter and number type characters
    • ALL_SYMBOLS

      public static final UString.UGeneratorType ALL_SYMBOLS
      Element that identifies any character within the ASCII standard
  • Field Details

  • Method Details

    • values

      public static UString.UGeneratorType[] 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 UString.UGeneratorType 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