Enum Element
- All Implemented Interfaces:
Serializable,Comparable<Element>
An Element.
- Author:
- Stefano Maestri
-
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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type 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
-