public enum Attribute extends Enum<Attribute>
Enum Constant and Description |
---|
NAME |
OUTBOUND_SOCKET_BINDING_REF |
SECURITY_REALM |
SOCKET_BINDING |
UNKNOWN |
URI |
USERNAME |
VALUE |
WORKER_READ_THREADS |
WORKER_TASK_CORE_THREADS |
WORKER_TASK_KEEPALIVE |
WORKER_TASK_LIMIT |
WORKER_TASK_MAX_THREADS |
WORKER_WRITE_THREADS |
Modifier and Type | Method and Description |
---|---|
static Attribute |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribute UNKNOWN
public static final Attribute NAME
public static final Attribute OUTBOUND_SOCKET_BINDING_REF
public static final Attribute SECURITY_REALM
public static final Attribute SOCKET_BINDING
public static final Attribute URI
public static final Attribute USERNAME
public static final Attribute VALUE
public static final Attribute WORKER_READ_THREADS
public static final Attribute WORKER_TASK_CORE_THREADS
public static final Attribute WORKER_TASK_KEEPALIVE
public static final Attribute WORKER_TASK_LIMIT
public static final Attribute WORKER_TASK_MAX_THREADS
public static final Attribute WORKER_WRITE_THREADS
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute 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 © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.