public enum EJBClientDescriptorXMLAttribute extends Enum<EJBClientDescriptorXMLAttribute>
Enum Constant and Description |
---|
CLUSTER_NODE_SELECTOR |
CONNECT_TIMEOUT |
DEPLOYMENT_NODE_SELECTOR |
EXCLUDE_LOCAL_RECEIVER |
INVOCATION_TIMEOUT |
LOCAL_RECEIVER_PASS_BY_VALUE |
MAX_ALLOWED_CONNECTED_NODES |
NAME |
OUTBOUND_CONNECTION_REF |
SECURITY_REALM |
UNKNOWN |
USERNAME |
VALUE |
Modifier and Type | Method and Description |
---|---|
static EJBClientDescriptorXMLAttribute |
forName(String localName) |
String |
getLocalName()
Get the local name of this attribute.
|
String |
toString() |
static EJBClientDescriptorXMLAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EJBClientDescriptorXMLAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EJBClientDescriptorXMLAttribute EXCLUDE_LOCAL_RECEIVER
public static final EJBClientDescriptorXMLAttribute LOCAL_RECEIVER_PASS_BY_VALUE
public static final EJBClientDescriptorXMLAttribute CONNECT_TIMEOUT
public static final EJBClientDescriptorXMLAttribute NAME
public static final EJBClientDescriptorXMLAttribute OUTBOUND_CONNECTION_REF
public static final EJBClientDescriptorXMLAttribute VALUE
public static final EJBClientDescriptorXMLAttribute MAX_ALLOWED_CONNECTED_NODES
public static final EJBClientDescriptorXMLAttribute CLUSTER_NODE_SELECTOR
public static final EJBClientDescriptorXMLAttribute USERNAME
public static final EJBClientDescriptorXMLAttribute SECURITY_REALM
public static final EJBClientDescriptorXMLAttribute INVOCATION_TIMEOUT
public static final EJBClientDescriptorXMLAttribute DEPLOYMENT_NODE_SELECTOR
public static final EJBClientDescriptorXMLAttribute UNKNOWN
public static EJBClientDescriptorXMLAttribute[] values()
for (EJBClientDescriptorXMLAttribute c : EJBClientDescriptorXMLAttribute.values()) System.out.println(c);
public static EJBClientDescriptorXMLAttribute 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 EJBClientDescriptorXMLAttribute forName(String localName)
public String toString()
toString
in class Enum<EJBClientDescriptorXMLAttribute>
Copyright © 2017 JBoss by Red Hat. All rights reserved.