Enum Element
- All Implemented Interfaces:
Serializable
,Comparable<Element>
An enumeration of all the recognized XML element local names, by name.
- Author:
- Pete Muir
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic Element
Get the local name of this element.static boolean
isCacheElement
(String localName) toString()
static Element
Returns the enum constant of this type with the specified name.static Element[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
ADVANCED_EXTERNALIZER
-
ADVANCED_EXTERNALIZERS
-
ALLOW_LIST
-
ASYNC
-
AUTHORIZATION
-
BACKUP
-
BACKUPS
-
BACKUP_FOR
-
BINARY
-
BLOCKING_BOUNDED_QUEUE_THREAD_POOL
-
CACHE_CONTAINER
-
CACHES
-
CACHED_THREAD_POOL
-
CLASS
-
CLUSTERING
-
CLUSTER_LOADER
-
CLUSTER_STORE
-
CLUSTER_PERMISSION_MAPPER
-
CLUSTER_ROLE_MAPPER
-
COMMON_NAME_ROLE_MAPPER
-
COMPATIBILITY
-
CUSTOM_INTERCEPTORS
-
CUSTOM_CONFIGURATION_STORAGE
-
CUSTOM_PERMISSION_MAPPER
-
CUSTOM_ROLE_MAPPER
-
DATA
-
DATA_CONTAINER
-
DEFAULT
-
DISTRIBUTED_CACHE
-
DISTRIBUTED_CACHE_CONFIGURATION
-
ENCODING
-
EVICTION
-
EXPIRATION
-
FILE_STORE
-
GROUPS
-
GROUPER
-
GLOBAL
-
GLOBAL_STATE
-
HASH
-
HEAP
-
JGROUPS
-
IDENTITY_ROLE_MAPPER
-
IMMUTABLE_CONFIGURATION_STORAGE
-
INDEX
-
INDEXED_ENTITIES
-
INDEXED_ENTITY
-
INDEXING
-
INDEX_READER
-
INDEX_WRITER
-
INDEX_MERGE
-
INTERCEPTOR
-
INVALIDATION_CACHE
-
INVALIDATION_CACHE_CONFIGURATION
-
JMX
-
JMX_STATISTICS
-
KEY_DATA_TYPE
-
KEY_TRANSFORMER
-
KEY_TRANSFORMERS
-
L1
-
LOADER
-
LOCAL_CACHE
-
LOCAL_CACHE_CONFIGURATION
-
PERSISTENCE
-
PERSISTENT_LOCATION
-
LOCKING
-
MANAGED_CONFIGURATION_STORAGE
-
MEMORY
-
METRICS
-
MODULES
-
OBJECT
-
OFF_HEAP
-
NON_BLOCKING_BOUNDED_QUEUE_THREAD_POOL
-
OVERLAY_CONFIGURATION_STORAGE
-
PARTITION_HANDLING
-
PROPERTIES
-
PROPERTY
-
QUERY
-
RECOVERY
-
REGEX
-
REMOTE_SITE
-
REMOTE_SITES
-
REPLICATED_CACHE
-
REPLICATED_CACHE_CONFIGURATION
-
ROLE
-
ROLES
-
ROOT
-
SCATTERED_CACHE
Deprecated, for removal: This API element is subject to removal in a future version. -
SCATTERED_CACHE_CONFIGURATION
Deprecated, for removal: This API element is subject to removal in a future version. -
SERIALIZATION_CONTEXT_INITIALIZER
-
SERIALIZATION_CONTEXT_INITIALIZERS
-
SHARED_PERSISTENT_LOCATION
-
SCHEDULED_THREAD_POOL
-
SECURITY
-
SERIALIZATION
-
SHUTDOWN
-
SINGLE_FILE_STORE
-
SITE
-
SITES
-
STATE_TRANSFER
-
STACK
-
STACKS
-
STACK_FILE
-
STORE
-
STORE_AS_BINARY
-
STORE_MIGRATOR
-
SYNC
-
TAKE_OFFLINE
-
TEMPORARY_LOCATION
-
THREADS
-
THREAD_FACTORIES
-
THREAD_FACTORY
-
THREAD_POOLS
-
TRANSACTION
-
TRANSPORT
-
UNSAFE
-
VALUE_DATA_TYPE
-
VERSIONING
-
VOLATILE_CONFIGURATION_STORAGE
-
WHITE_LIST
Deprecated, for removal: This API element is subject to removal in a future version. -
WRITE_BEHIND
-
-
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
-
isCacheElement
-
toString
-