Enum Class RandomCharacters

java.lang.Object
java.lang.Enum<RandomCharacters>
io.github.astrapi69.random.RandomCharacters
All Implemented Interfaces:
Serializable, Comparable<RandomCharacters>, Constable

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

    • lowcase

      public static final RandomCharacters lowcase
      The lowcase.
    • lowcaseWithNumbers

      public static final RandomCharacters lowcaseWithNumbers
      The lowcase with numbers.
    • lowcaseWithNumbersAndSpecial

      public static final RandomCharacters lowcaseWithNumbersAndSpecial
      The lowcase with numbers and special.
    • lowcaseWithUppercaseAndNumbers

      public static final RandomCharacters lowcaseWithUppercaseAndNumbers
      The lowcase with uppercase and numbers.
    • lowcaseWithUppercaseAndNumbersAndSpecial

      public static final RandomCharacters lowcaseWithUppercaseAndNumbersAndSpecial
      The lowcase with uppercase and numbers and special.
    • numbers

      public static final RandomCharacters numbers
      The numbers.
    • special

      public static final RandomCharacters special
      The special.
    • uppercase

      public static final RandomCharacters uppercase
      The uppercase.
    • uppercaseWithNumbers

      public static final RandomCharacters uppercaseWithNumbers
      The uppercase with numbers.
    • escapeSequences

      public static final RandomCharacters escapeSequences
      The uppercase.
    • escapeSequencesWithWhitespace

      public static final RandomCharacters escapeSequencesWithWhitespace
      The escape sequences and white space.
    • uppercaseWithNumbersAndSpecial

      public static final RandomCharacters uppercaseWithNumbersAndSpecial
      The uppercase with numbers and special.
  • Field Details

  • Method Details

    • values

      public static RandomCharacters[] 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 RandomCharacters 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
    • getCharacters

      public String getCharacters()
      Gets the characters
      Returns:
      the characters