public enum XMLElement extends Enum<XMLElement>
Enum Constant and Description |
---|
CHANNEL |
CHANNELS |
DEFAULT_THREAD_POOL |
FORK |
INTERNAL_THREAD_POOL |
OOB_THREAD_POOL |
PROPERTY |
PROTOCOL |
RELAY |
REMOTE_SITE |
STACK |
STACKS |
TIMER_THREAD_POOL |
TRANSPORT |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static XMLElement |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
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 CHANNEL
public static final XMLElement CHANNELS
public static final XMLElement DEFAULT_THREAD_POOL
public static final XMLElement FORK
public static final XMLElement INTERNAL_THREAD_POOL
public static final XMLElement OOB_THREAD_POOL
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 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 static XMLElement forName(String localName)
Copyright © 2016 JBoss by Red Hat. All rights reserved.