- All Implemented Interfaces:
Serializable
,Comparable<RandomCharacters>
,Constable
The enum
RandomCharacters
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe uppercase.The escape sequences and white space.The lowcase.The lowcase with numbers.The lowcase with numbers and special.The lowcase with uppercase and numbers.The lowcase with uppercase and numbers and special.The numbers.The special.The uppercase.The uppercase with numbers.The uppercase with numbers and special. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The bracket charactersstatic final String
The quotation marks charactersstatic final String
All escape sequences charactersstatic final String
All escape sequences and white space charactersstatic final String
The alphabet-characters in lower case.static final String
The plus and minus charactersstatic final String
The minus characterstatic final String
All digits.static final String
All other special charactersstatic final String
The plus characterstatic final String
The quotation marks charactersstatic final String
The slash characterstatic final String
All special charactersstatic final String
The underscore characterstatic final String
The white space character -
Method Summary
Modifier and TypeMethodDescriptionGets the charactersstatic RandomCharacters
Returns the enum constant of this class with the specified name.static RandomCharacters[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
lowcase
The lowcase. -
lowcaseWithNumbers
The lowcase with numbers. -
lowcaseWithNumbersAndSpecial
The lowcase with numbers and special. -
lowcaseWithUppercaseAndNumbers
The lowcase with uppercase and numbers. -
lowcaseWithUppercaseAndNumbersAndSpecial
The lowcase with uppercase and numbers and special. -
numbers
The numbers. -
special
The special. -
uppercase
The uppercase. -
uppercaseWithNumbers
The uppercase with numbers. -
escapeSequences
The uppercase. -
escapeSequencesWithWhitespace
The escape sequences and white space. -
uppercaseWithNumbersAndSpecial
The uppercase with numbers and special.
-
-
Field Details
-
LOWCASECHARS
The alphabet-characters in lower case.- See Also:
-
NUMBERS
All digits.- See Also:
-
SPECIALCHARS
All special characters- See Also:
-
WHITE_SPACE_CHAR
The white space character- See Also:
-
BRACKETS_CHAR
The bracket characters- See Also:
-
UNDERSCORE_CHAR
The underscore character- See Also:
-
SLASH_CHAR
The slash character- See Also:
-
PLUS_CHAR
The plus character- See Also:
-
MINUS_CHAR
The minus character- See Also:
-
MATH_OPERATOR_CHAR
The plus and minus characters- See Also:
-
OTHER_SPECIALCHARS
All other special characters- See Also:
-
ESCAPE_QUOTATION_MARK_CHARACTERS
The quotation marks characters- See Also:
-
QUOTATION_MARK_CHARACTERS
The quotation marks characters- See Also:
-
ESCAPE_SEQUENCES
All escape sequences characters- See Also:
-
ESCAPE_SEQUENCES_CHARS
All escape sequences and white space characters- See Also:
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getCharacters
Gets the characters- Returns:
- the characters
-