Enum Class Element
- All Implemented Interfaces:
Serializable,Comparable<Element>,Constable
An Element.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionarchive-validation elementbean-validation elementbootstrap-contexts elementcached-connection-manager elementdefault-workmanager elementdistributed workmanager elementelytron-enabled elementlong-running-threads elementshort-running-threads elementalways the firstworkmanager element -
Method Summary
-
Enum Constant Details
-
UNKNOWN
always the first -
ARCHIVE_VALIDATION
archive-validation element -
BEAN_VALIDATION
bean-validation element -
DEFAULT_WORKMANAGER
default-workmanager element -
CACHED_CONNECTION_MANAGER
cached-connection-manager element -
SHORT_RUNNING_THREADS
short-running-threads element -
LONG_RUNNING_THREADS
long-running-threads element -
WORKMANAGER
workmanager element -
DISTRIBUTED_WORKMANAGER
distributed workmanager element -
WORKMANAGERS
-
BOOTSTRAP_CONTEXTS
bootstrap-contexts element -
BOOTSTRAP_CONTEXT
-
POLICY
-
SELECTOR
-
OPTION
-
TRACER
-
ELYTRON_ENABLED
elytron-enabled element
-
-
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
-
getLocalName
Get the local name of this element.- Returns:
- the local name
-
forName
-