public enum Element extends Enum<Element>
Modifier and Type | Method and Description |
---|---|
static Element |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static Element |
valueOf(String name)
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.
|
public static final Element UNKNOWN
public static final Element ADVANCED_EXTERNALIZER
public static final Element ADVANCED_EXTERNALIZERS
public static final Element ASYNC
public static final Element ASYNC_LISTENER_EXECUTOR
public static final Element ASYNC_TRANSPORT_EXECUTOR
public static final Element CLUSTERING
public static final Element CUSTOM_INTERCEPTORS
public static final Element DATA_CONTAINER
public static final Element DEADLOCK_DETECTION
public static final Element DEFAULT
public static final Element EVICTION
public static final Element EVICTION_SCHEDULED_EXECUTOR
public static final Element EXPIRATION
public static final Element GROUPS
public static final Element GROUPER
public static final Element GLOBAL
public static final Element GLOBAL_JMX_STATISTICS
public static final Element HASH
public static final Element INDEXING
public static final Element INTERCEPTOR
public static final Element INVOCATION_BATCHING
public static final Element JMX_STATISTICS
public static final Element L1
public static final Element LAZY_DESERIALIZATION
public static final Element LOADER
public static final Element LOADERS
public static final Element LOCKING
public static final Element NAMED_CACHE
public static final Element PROPERTIES
public static final Element PROPERTY
public static final Element RECOVERY
public static final Element REPLICATION_QUEUE_SCHEDULED_EXECUTOR
public static final Element ROOT
public static final Element SERIALIZATION
public static final Element SHUTDOWN
public static final Element SINGLETON_STORE
public static final Element STATE_RETRIEVAL
public static final Element STATE_TRANSFER
public static final Element STORE_AS_BINARY
public static final Element SYNC
public static final Element TRANSACTION
public static final Element TRANSPORT
public static final Element UNSAFE
public static final Element VERSIONING
public static Element[] values()
for (Element c : Element.values()) System.out.println(c);
public static Element valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getLocalName()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.