public enum XMLElement extends Enum<XMLElement>
| Modifier and Type | Method and Description |
|---|---|
static XMLElement |
forAuthTokenName(String token) |
static XMLElement |
forName(String localName) |
static XMLElement |
forProtocolName(org.jboss.dmr.Property protocol) |
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
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 AUTH_PROTOCOL
public static final XMLElement CIPHER_TOKEN
public static final XMLElement CHANNEL
public static final XMLElement CHANNELS
public static final XMLElement DEFAULT_THREAD_POOL
public static final XMLElement DIGEST_TOKEN
public static final XMLElement ENCRYPT_PROTOCOL
public static final XMLElement FORK
public static final XMLElement INTERNAL_THREAD_POOL
public static final XMLElement JDBC_PROTOCOL
public static final XMLElement KEY_CREDENTIAL_REFERENCE
public static final XMLElement OOB_THREAD_POOL
public static final XMLElement PLAIN_TOKEN
public static final XMLElement PROPERTY
public static final XMLElement PROTOCOL
public static final XMLElement RELAY
public static final XMLElement REMOTE_SITE
public static final XMLElement SHARED_SECRET_CREDENTIAL_REFERENCE
public static final XMLElement SOCKET_PROTOCOL
public static final XMLElement SOCKET_DISCOVERY_PROTOCOL
public static final XMLElement STACK
public static final XMLElement STACKS
public static final XMLElement TIMER_THREAD_POOL
public static final XMLElement TRANSPORT
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 String toString()
toString in class Enum<XMLElement>public static XMLElement forName(String localName)
public static XMLElement forProtocolName(org.jboss.dmr.Property protocol)
public static XMLElement forAuthTokenName(String token)
Copyright © 2019 JBoss by Red Hat. All rights reserved.