public enum EJBClientDescriptorXMLElement extends Enum<EJBClientDescriptorXMLElement>
Enum Constant and Description |
---|
CHANNEL_CREATION_OPTIONS |
CLIENT_CONTEXT |
CLUSTER |
CLUSTERS |
CONNECTION_CREATION_OPTIONS |
EJB_RECEIVERS |
JBOSS_EJB_CLIENT |
NODE |
PROFILE |
PROPERTY |
REMOTING_EJB_RECEIVER |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static EJBClientDescriptorXMLElement |
forName(String localName) |
String |
getLocalName() |
static EJBClientDescriptorXMLElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EJBClientDescriptorXMLElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EJBClientDescriptorXMLElement CLIENT_CONTEXT
public static final EJBClientDescriptorXMLElement NODE
public static final EJBClientDescriptorXMLElement EJB_RECEIVERS
public static final EJBClientDescriptorXMLElement JBOSS_EJB_CLIENT
public static final EJBClientDescriptorXMLElement REMOTING_EJB_RECEIVER
public static final EJBClientDescriptorXMLElement CLUSTERS
public static final EJBClientDescriptorXMLElement CLUSTER
public static final EJBClientDescriptorXMLElement CHANNEL_CREATION_OPTIONS
public static final EJBClientDescriptorXMLElement CONNECTION_CREATION_OPTIONS
public static final EJBClientDescriptorXMLElement PROPERTY
public static final EJBClientDescriptorXMLElement PROFILE
public static final EJBClientDescriptorXMLElement UNKNOWN
public static EJBClientDescriptorXMLElement[] values()
for (EJBClientDescriptorXMLElement c : EJBClientDescriptorXMLElement.values()) System.out.println(c);
public static EJBClientDescriptorXMLElement 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 EJBClientDescriptorXMLElement forName(String localName)
Copyright © 2017 JBoss by Red Hat. All rights reserved.