public enum Element extends Enum<Element>
Enum Constant and Description |
---|
ALIAS |
BACKUP |
BACKUP_FOR |
BACKUPS |
BINARY_KEYED_JDBC_STORE |
BINARY_KEYED_TABLE |
BUCKET_TABLE
Deprecated.
|
CACHE_CONTAINER |
DATA_COLUMN |
DISTRIBUTED_CACHE |
ENTRY_TABLE
Deprecated.
|
EVICTION |
EXPIRATION |
FILE_STORE |
ID_COLUMN |
INDEXING |
INVALIDATION_CACHE |
JDBC_STORE
Deprecated.
|
LOCAL_CACHE |
LOCKING |
MIXED_KEYED_JDBC_STORE |
PROPERTY |
REHASHING
Deprecated.
|
REMOTE_SERVER |
REMOTE_STORE |
REPLICATED_CACHE |
STATE_TRANSFER |
STORE |
STRING_KEYED_JDBC_STORE |
STRING_KEYED_TABLE |
TAKE_OFFLINE |
TIMESTAMP_COLUMN |
TRANSACTION |
TRANSPORT |
UNKNOWN |
WRITE_BEHIND |
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 ALIAS
public static final Element BACKUP
public static final Element BACKUP_FOR
public static final Element BACKUPS
public static final Element BINARY_KEYED_TABLE
@Deprecated public static final Element BUCKET_TABLE
public static final Element CACHE_CONTAINER
public static final Element DATA_COLUMN
public static final Element DISTRIBUTED_CACHE
@Deprecated public static final Element ENTRY_TABLE
public static final Element EVICTION
public static final Element EXPIRATION
public static final Element FILE_STORE
public static final Element ID_COLUMN
public static final Element INVALIDATION_CACHE
@Deprecated public static final Element JDBC_STORE
public static final Element STRING_KEYED_JDBC_STORE
public static final Element BINARY_KEYED_JDBC_STORE
public static final Element MIXED_KEYED_JDBC_STORE
public static final Element INDEXING
public static final Element LOCAL_CACHE
public static final Element LOCKING
public static final Element PROPERTY
@Deprecated public static final Element REHASHING
public static final Element REMOTE_SERVER
public static final Element REMOTE_STORE
public static final Element REPLICATED_CACHE
public static final Element STATE_TRANSFER
public static final Element STORE
public static final Element STRING_KEYED_TABLE
public static final Element TAKE_OFFLINE
public static final Element TIMESTAMP_COLUMN
public static final Element TRANSACTION
public static final Element TRANSPORT
public static final Element WRITE_BEHIND
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 © 2014 JBoss by Red Hat. All rights reserved.