public enum EJB3SubsystemXMLElement extends Enum<EJB3SubsystemXMLElement>
Modifier and Type | Method and Description |
---|---|
static EJB3SubsystemXMLElement |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static EJB3SubsystemXMLElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EJB3SubsystemXMLElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EJB3SubsystemXMLElement UNKNOWN
public static final EJB3SubsystemXMLElement ASYNC
public static final EJB3SubsystemXMLElement BEAN_INSTANCE_POOLS
public static final EJB3SubsystemXMLElement BEAN_INSTANCE_POOL_REF
public static final EJB3SubsystemXMLElement ENTITY_BEAN
public static final EJB3SubsystemXMLElement DATA_STORE
public static final EJB3SubsystemXMLElement IIOP
public static final EJB3SubsystemXMLElement IN_VM_REMOTE_INTERFACE_INVOCATION
public static final EJB3SubsystemXMLElement MDB
public static final EJB3SubsystemXMLElement POOLS
public static final EJB3SubsystemXMLElement CACHE
public static final EJB3SubsystemXMLElement CACHES
public static final EJB3SubsystemXMLElement OPTIMISTIC_LOCKING
public static final EJB3SubsystemXMLElement PASSIVATION_STORES
public static final EJB3SubsystemXMLElement CLUSTER_PASSIVATION_STORE
public static final EJB3SubsystemXMLElement FILE_PASSIVATION_STORE
public static final EJB3SubsystemXMLElement REMOTE
public static final EJB3SubsystemXMLElement RESOURCE_ADAPTER_NAME
public static final EJB3SubsystemXMLElement RESOURCE_ADAPTER_REF
public static final EJB3SubsystemXMLElement SESSION_BEAN
public static final EJB3SubsystemXMLElement SINGLETON
public static final EJB3SubsystemXMLElement STATEFUL
public static final EJB3SubsystemXMLElement STATELESS
public static final EJB3SubsystemXMLElement STRICT_MAX_POOL
public static final EJB3SubsystemXMLElement THREAD_POOL
public static final EJB3SubsystemXMLElement THREAD_POOLS
public static final EJB3SubsystemXMLElement TIMER_SERVICE
public static EJB3SubsystemXMLElement[] values()
for (EJB3SubsystemXMLElement c : EJB3SubsystemXMLElement.values()) System.out.println(c);
public static EJB3SubsystemXMLElement 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 EJB3SubsystemXMLElement forName(String localName)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.