Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
ALPHABETIC_LOWERCASE_PARENTHESES_BOTH
ALPHABETIC_LOWERCASE_PARENTHESIS_RIGHT
ALPHABETIC_LOWERCASE_PERIOD
ALPHABETIC_UPPERCASE_PARENTHESES_BOTH
ALPHABETIC_UPPERCASE_PARENTHESIS_RIGHT
ALPHABETIC_UPPERCASE_PERIOD
ARABIC_DOUBLE_BYTE_PERIOD
CIRCLE_NUMBER_DOUBLE_BYTE_PLAIN
CIRCLE_NUMBER_WINGDINGS_BLACK_PLAIN
CIRCLE_NUMBER_WINGDINGS_WHITE_PLAIN
EAST_ASIAN_CHINESE_SIMPLIFIED_PERIOD
EAST_ASIAN_CHINESE_SIMPLIFIED_PLAIN
EAST_ASIAN_CHINESE_TRADITIONAL_PERIOD
EAST_ASIAN_CHINESE_TRADITIONAL_PLAIN
EAST_ASIAN_JAPANESE_DOUBLE_BYTE_PERIOD
EAST_ASIAN_JAPANESE_KOREAN_PERIOD
EAST_ASIAN_JAPANESE_KOREAN_PLAIN
HINDI_NUMBER_PARENTHESIS_RIGHT
ROMAN_LOWERCASE_PARENTHESES_BOTH
ROMAN_LOWERCASE_PARENTHESIS_RIGHT
ROMAN_UPPERCASE_PARENTHESES_BOTH
ROMAN_UPPERCASE_PARENTHESIS_RIGHT
THAI_ALPHABETIC_PARENTHESES_BOTH
THAI_ALPHABETIC_PARENTHESIS_RIGHT
THAI_NUMBER_PARENTHESES_BOTH
THAI_NUMBER_PARENTHESIS_RIGHT
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 name
NullPointerException
- if the argument is null