public enum Attribute extends Enum<Attribute>
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 CONNECTOR_REF
public static final Attribute NAME
public static final Attribute OUTBOUND_SOCKET_BINDING_REF
public static final Attribute PROTOCOL
public static final Attribute SASL_PROTOCOL
public static final Attribute SECURITY_REALM
public static final Attribute SERVER_NAME
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 © 2023 JBoss by Red Hat. All rights reserved.