org.jboss.metadata.ejb.parser.spec
public enum EjbJarElement extends Enum<EjbJarElement>
Modifier and Type | Method and Description |
---|---|
static EjbJarElement |
forName(String elementName)
Returns the
EjbJarElement corresponding to the passed elementName
If no such element exists then UNKNOWN is returned. |
String |
getLocalName()
Get the local name of this element.
|
static EjbJarElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EjbJarElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EjbJarElement UNKNOWN
public static final EjbJarElement ABSTRACT_SCHEMA_NAME
public static final EjbJarElement ACCESS_TIMEOUT
public static final EjbJarElement ACKNOWLEDGE_MODE
public static final EjbJarElement ACTIVATION_CONFIG
public static final EjbJarElement ACTIVATION_CONFIG_PROPERTY
public static final EjbJarElement ACTIVATION_CONFIG_PROPERTY_NAME
public static final EjbJarElement ACTIVATION_CONFIG_PROPERTY_VALUE
public static final EjbJarElement AFTER_BEGIN_METHOD
public static final EjbJarElement AFTER_COMPLETION_METHOD
public static final EjbJarElement APPLICATION_EXCEPTION
public static final EjbJarElement AROUND_INVOKE
public static final EjbJarElement AROUND_TIMEOUT
public static final EjbJarElement ASSEMBLY_DESCRIPTOR
public static final EjbJarElement ASYNC_METHOD
public static final EjbJarElement BEAN_METHOD
public static final EjbJarElement BEFORE_COMPLETION_METHOD
public static final EjbJarElement BUSINESS_LOCAL
public static final EjbJarElement BUSINESS_REMOTE
public static final EjbJarElement CASCADE_DELETE
public static final EjbJarElement CLASS
public static final EjbJarElement CMP_FIELD
public static final EjbJarElement CMP_VERSION
public static final EjbJarElement CMR_FIELD
public static final EjbJarElement CMR_FIELD_NAME
public static final EjbJarElement CMR_FIELD_TYPE
public static final EjbJarElement CONCURRENCY_MANAGEMENT_TYPE
public static final EjbJarElement CONCURRENT_METHOD
public static final EjbJarElement CONTAINER_TRANSACTION
public static final EjbJarElement CREATE_METHOD
public static final EjbJarElement DAY_OF_MONTH
public static final EjbJarElement DAY_OF_WEEK
public static final EjbJarElement DEPENDS_ON
public static final EjbJarElement DESCRIPTION
public static final EjbJarElement DESTINATION_TYPE
public static final EjbJarElement EJB_CLASS
public static final EjbJarElement EJB_CLIENT_JAR
public static final EjbJarElement EJB_NAME
public static final EjbJarElement EJB_QL
public static final EjbJarElement EJB_RELATION
public static final EjbJarElement EJB_RELATION_NAME
public static final EjbJarElement EJB_RELATIONSHIP_ROLE
public static final EjbJarElement EJB_RELATIONSHIP_ROLE_NAME
public static final EjbJarElement END
public static final EjbJarElement ENTERPRISE_BEANS
public static final EjbJarElement ENTITY
public static final EjbJarElement EXCEPTION_CLASS
public static final EjbJarElement EXCLUDE_DEFAULT_INTERCEPTORS
public static final EjbJarElement EXCLUDE_CLASS_INTERCEPTORS
public static final EjbJarElement EXCLUDE_LIST
public static final EjbJarElement FIELD_NAME
public static final EjbJarElement HOME
public static final EjbJarElement HOUR
public static final EjbJarElement INFO
public static final EjbJarElement INHERITED
public static final EjbJarElement INIT_METHOD
public static final EjbJarElement INIT_ON_STARTUP
public static final EjbJarElement INTERCEPTOR
public static final EjbJarElement INTERCEPTORS
public static final EjbJarElement INTERCEPTOR_BINDING
public static final EjbJarElement INTERCEPTOR_CLASS
public static final EjbJarElement INTERCEPTOR_ORDER
public static final EjbJarElement LOCAL
public static final EjbJarElement LOCAL_BEAN
public static final EjbJarElement LOCAL_HOME
public static final EjbJarElement LOCK
public static final EjbJarElement MAPPED_NAME
public static final EjbJarElement MESSAGE_DESTINATION
public static final EjbJarElement MESSAGE_DESTINATION_LINK
public static final EjbJarElement MESSAGE_DESTINATION_TYPE
public static final EjbJarElement MESSAGE_DRIVEN
public static final EjbJarElement MESSAGE_DRIVEN_DESTINATION
public static final EjbJarElement MESSAGE_SELECTOR
public static final EjbJarElement MESSAGING_TYPE
public static final EjbJarElement METHOD
public static final EjbJarElement METHOD_INTF
public static final EjbJarElement METHOD_NAME
public static final EjbJarElement METHOD_PARAM
public static final EjbJarElement METHOD_PARAMS
public static final EjbJarElement METHOD_PERMISSION
public static final EjbJarElement MINUTE
public static final EjbJarElement MODULE_NAME
public static final EjbJarElement MONTH
public static final EjbJarElement MULTIPLICITY
public static final EjbJarElement PERSISTENCE_TYPE
public static final EjbJarElement PERSISTENT
public static final EjbJarElement PRIM_KEY_CLASS
public static final EjbJarElement PRIMKEY_FIELD
public static final EjbJarElement POST_ACTIVATE
public static final EjbJarElement PRE_PASSIVATE
public static final EjbJarElement QUERY
public static final EjbJarElement QUERY_METHOD
public static final EjbJarElement REENTRANT
public static final EjbJarElement RELATIONSHIPS
public static final EjbJarElement RELATIONSHIP_ROLE_SOURCE
public static final EjbJarElement REMOTE
public static final EjbJarElement REMOVE_METHOD
public static final EjbJarElement RESULT_TYPE_MAPPING
public static final EjbJarElement RETAIN_IF_EXCEPTION
public static final EjbJarElement ROLE_NAME
public static final EjbJarElement ROLLBACK
public static final EjbJarElement RUN_AS
public static final EjbJarElement SCHEDULE
public static final EjbJarElement SECOND
public static final EjbJarElement SECURITY_IDENTITY
public static final EjbJarElement SECURITY_ROLE
public static final EjbJarElement SECURITY_ROLE_REF
public static final EjbJarElement SERVICE_ENDPOINT
public static final EjbJarElement SESSION
public static final EjbJarElement SESSION_TYPE
public static final EjbJarElement START
public static final EjbJarElement STATEFUL_TIMEOUT
public static final EjbJarElement SUBSCRIPTION_DURABILITY
public static final EjbJarElement TIMEOUT
public static final EjbJarElement TIMEOUT_METHOD
public static final EjbJarElement TIMER
public static final EjbJarElement TIMEZONE
public static final EjbJarElement TRANS_ATTRIBUTE
public static final EjbJarElement TRANSACTION_TYPE
public static final EjbJarElement UNCHECKED
public static final EjbJarElement UNIT
public static final EjbJarElement USE_CALLER_IDENTITY
public static final EjbJarElement YEAR
public static EjbJarElement[] values()
for (EjbJarElement c : EjbJarElement.values()) System.out.println(c);
public static EjbJarElement 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 EjbJarElement forName(String elementName)
EjbJarElement
corresponding to the passed elementName
If no such element exists then UNKNOWN
is returned.elementName
- Copyright © 2014 JBoss by Red Hat. All rights reserved.