public enum Element extends Enum<Element>
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 ANNOTATION
public static final Element CACHE_NAME
public static final Element CLASS_LOADING
public static final Element CLASS_NAME
public static final Element CONFIG_FILE
public static final Element CONFIG_NAME
public static final Element CONTEXT_ROOT
public static final Element DEPENDS
public static final Element DENY_UNCOVERED_HTTP_METHODS
public static final Element DISABLE_AUDIT
public static final Element DISABLE_CROSS_CONTEXT
public static final Element DISTINCT_NAME
public static final Element EMPTY_ROLE_SEMANTIC
public static final Element ENABLE_WEBSOCKETS
public static final Element EXECUTOR_NAME
public static final Element HTTP_METHOD_CONSTRAINT
public static final Element HTTP_HANDLER
public static final Element JACC_STAR_ROLE_ALLOW
public static final Element JACC_CONTEXT_ID
public static final Element LISTENER
public static final Element LISTENER_TYPE
public static final Element LOADER_REPOSITORY
public static final Element LOADER_REPOSITORY_CONFIG
public static final Element MAX_ACTIVE_SESSIONS
public static final Element MESSAGE_DESTINATION
public static final Element METHOD
public static final Element MODULE
public static final Element MULTIPART_CONFIG
public static final Element OVERLAY
public static final Element PARAM
public static final Element PROACTIVE_AUTHENTICATION
public static final Element REPLICATION_CONFIG
public static final Element REPLICATION_GRANULARITY
public static final Element ROLE_ALLOWED
public static final Element RUN_AS
public static final Element RUN_AS_PRINCIPAL
public static final Element SECURITY_DOMAIN
public static final Element SECURITY_ROLE
public static final Element SERVLET
public static final Element SERVLET_NAME
public static final Element SERVLET_SECURITY
public static final Element SERVLET_CONTAINER
public static final Element SERVER_INSTANCE
public static final Element DEFAULT_ENCODING
public static final Element SESSION_CONFIG
public static final Element SYMBOLIC_ENABLED
public static final Element TRANSPORT_GUARANTEE
public static final Element USE_JBOSS_AUTHORIZATION
public static final Element VALVE
public static final Element VIRTUAL_HOST
public static final Element WEBSERVICE_DESCRIPTION
public static final Element WEBSERVICE_DESCRIPTION_NAME
public static final Element WSDL_PUBLISH_LOCATION
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 © 2017 JBoss by Red Hat. All rights reserved.