|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Element>
org.infinispan.configuration.parsing.Element
public enum Element
An enumeration of all the recognized XML element local names, by name.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
NullPointerException
- if the argument is nullpublic String getLocalName()
public static Element forName(String localName)
|
--> | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |