Enum Class T
- All Implemented Interfaces:
Serializable,Comparable<T>,Constable,Function<Element,Object>
A collection of (T)okens which allows for more concise Traversal definitions.
T implements
Function can be used to map an element to its token value.
For example, T.id.apply(element).- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
label
Label (representing Element.label())- Since:
- 3.0.0-incubating
-
id
Id (representing Element.id())- Since:
- 3.0.0-incubating
-
key
Key (representing Property.key())- Since:
- 3.0.0-incubating
-
value
Value (representing Property.value())- Since:
- 3.0.0-incubating
-
-
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
-
getAccessor
-
apply
-
fromString
-