- All Implemented Interfaces:
Serializable,Comparable<Constants>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Stringstatic charstatic charstatic charstatic charstatic charstatic charstatic charstatic charstatic charstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic Stringstatic charstatic charstatic Stringstatic charstatic char -
Method Summary
-
Field Details
-
CHAR_FORWARD_SLASH
public static final char CHAR_FORWARD_SLASH- See Also:
- Constant Field Values
-
CHAR_SPACE
public static final char CHAR_SPACE- See Also:
- Constant Field Values
-
CHAR_EQUALS
public static final char CHAR_EQUALS- See Also:
- Constant Field Values
-
CHAR_LESS_THAN
public static final char CHAR_LESS_THAN- See Also:
- Constant Field Values
-
CHAR_GREATER_THAN
public static final char CHAR_GREATER_THAN- See Also:
- Constant Field Values
-
CHAR_QUESTION_MARK
public static final char CHAR_QUESTION_MARK- See Also:
- Constant Field Values
-
CHAR_SINGLE_QUOTE
public static final char CHAR_SINGLE_QUOTE- See Also:
- Constant Field Values
-
CHAR_DOUBLE_QUOTE
public static final char CHAR_DOUBLE_QUOTE- See Also:
- Constant Field Values
-
CHAR_AMPERSAND
public static final char CHAR_AMPERSAND- See Also:
- Constant Field Values
-
XML_TAG_START
public static final char XML_TAG_START- See Also:
- Constant Field Values
-
XML_TAG_END
public static final char XML_TAG_END- See Also:
- Constant Field Values
-
XML_SELF_CLOSING
public static final char XML_SELF_CLOSING- See Also:
- Constant Field Values
-
XML_PROLOG
public static final char XML_PROLOG- See Also:
- Constant Field Values
-
XML_START_COMMENT
- See Also:
- Constant Field Values
-
XML_END_COMMENT
- See Also:
- Constant Field Values
-
EMPTY
- See Also:
- Constant Field Values
-
SPACE
- See Also:
- Constant Field Values
-
INDENT
- See Also:
- Constant Field Values
-
LESS_THAN
- See Also:
- Constant Field Values
-
GREATER_THAN
- See Also:
- Constant Field Values
-
AMPERSAND
- See Also:
- Constant Field Values
-
EQUALS
- See Also:
- Constant Field Values
-
HASH
- See Also:
- Constant Field Values
-
SEMICOLON
- See Also:
- Constant Field Values
-
DOUBLE_QUOTE
- See Also:
- Constant Field Values
-
FORWARD_SLASH
- See Also:
- Constant Field Values
-
NEW_LINE
- See Also:
- Constant Field Values
-
ENCODED_LESS_THAN
- See Also:
- Constant Field Values
-
ENCODED_GREATER_THAN
- See Also:
- Constant Field Values
-
ENCODED_SINGLE_QUOTE
- See Also:
- Constant Field Values
-
ENCODED_DOUBLE_QUOTE
- See Also:
- Constant Field Values
-
ENCODED_AMPERSAND
- See Also:
- Constant Field Values
-
ENCODED_UTF8
- See Also:
- Constant Field Values
-
PREDICATE_START_SYMBOL
- See Also:
- Constant Field Values
-
PREDICATE_END_SYMBOL
- See Also:
- Constant Field Values
-
PREDICATE_EQUAL_SYMBOL
- See Also:
- Constant Field Values
-
SEGMENT_EXPRESSION
- See Also:
- Constant Field Values
-
EXPRESSION_PATH_SEPARATOR
- See Also:
- Constant Field Values
-
ERROR_EQUALITY_WITHOUT_TWO_COMPONENTS
- See Also:
- Constant Field Values
-
ERROR_EQUALITY_WITH_EMPTY_PARTS
- See Also:
- Constant Field Values
-
ERROR_PREDICATE_WRONG_START
- See Also:
- Constant Field Values
-
ERROR_PREDICATE_WRONG_END
- See Also:
- Constant Field Values
-
ERROR_PREDICATE_WRONG_NAME
- See Also:
- Constant Field Values
-
-
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
-