public enum XMLElement extends Enum<XMLElement>
Modifier and Type | Method and Description |
---|---|
static XMLElement |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static XMLElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLElement UNKNOWN
public static final XMLElement ALIAS
public static final XMLElement ASYNC_OPERATIONS_THREAD_POOL
public static final XMLElement BACKUP
public static final XMLElement BACKUP_FOR
public static final XMLElement BACKUPS
public static final XMLElement BINARY_KEYED_TABLE
@Deprecated public static final XMLElement BUCKET_TABLE
public static final XMLElement CACHE_CONTAINER
public static final XMLElement DATA_COLUMN
public static final XMLElement DISTRIBUTED_CACHE
@Deprecated public static final XMLElement ENTRY_TABLE
public static final XMLElement EVICTION
public static final XMLElement EXPIRATION
public static final XMLElement EXPIRATION_THREAD_POOL
public static final XMLElement FILE_STORE
public static final XMLElement ID_COLUMN
public static final XMLElement INVALIDATION_CACHE
public static final XMLElement LISTENER_THREAD_POOL
@Deprecated public static final XMLElement JDBC_STORE
public static final XMLElement STRING_KEYED_JDBC_STORE
public static final XMLElement BINARY_KEYED_JDBC_STORE
public static final XMLElement MIXED_KEYED_JDBC_STORE
@Deprecated public static final XMLElement INDEXING
public static final XMLElement LOCAL_CACHE
public static final XMLElement LOCKING
public static final XMLElement PARTITION_HANDLING
public static final XMLElement PERSISTENCE_THREAD_POOL
public static final XMLElement REMOTE_COMMAND_THREAD_POOL
public static final XMLElement PROPERTY
@Deprecated public static final XMLElement REHASHING
public static final XMLElement REMOTE_SERVER
public static final XMLElement REMOTE_STORE
public static final XMLElement REPLICATED_CACHE
public static final XMLElement STATE_TRANSFER
public static final XMLElement STATE_TRANSFER_THREAD_POOL
public static final XMLElement STORE
public static final XMLElement STRING_KEYED_TABLE
public static final XMLElement TAKE_OFFLINE
public static final XMLElement TIMESTAMP_COLUMN
public static final XMLElement TRANSACTION
public static final XMLElement TRANSPORT
public static final XMLElement TRANSPORT_THREAD_POOL
public static final XMLElement WRITE_BEHIND
public static XMLElement[] values()
for (XMLElement c : XMLElement.values()) System.out.println(c);
public static XMLElement 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()
public static XMLElement forName(String localName)
Copyright © 2018 JBoss by Red Hat. All rights reserved.