public enum OverrideElementAttribute extends java.lang.Enum<OverrideElementAttribute>
| Enum Constant and Description |
|---|
ACTIVATIONSPEC
activationspec attribute value
|
ADMINOBJECT
adminobject attribute value
|
AUTENTICATION_MECHANISM
authentication-mechanism ATTRIBUTE VALUE
|
CONNECTION_DEFINITION
connection-definition attribute value
|
RESOURCE_ADAPTER
resourceadapter attribute value
|
UNKNOWN
always first
|
| Modifier and Type | Method and Description |
|---|---|
static OverrideElementAttribute |
forName(java.lang.String localName)
Static method to get enum instance given localName string
|
java.lang.String |
getLocalName()
Get the local name of this element.
|
java.lang.String |
toString() |
static OverrideElementAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OverrideElementAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverrideElementAttribute UNKNOWN
public static final OverrideElementAttribute CONNECTION_DEFINITION
public static final OverrideElementAttribute RESOURCE_ADAPTER
public static final OverrideElementAttribute ACTIVATIONSPEC
public static final OverrideElementAttribute ADMINOBJECT
public static final OverrideElementAttribute AUTENTICATION_MECHANISM
public static OverrideElementAttribute[] values()
for (OverrideElementAttribute c : OverrideElementAttribute.values()) System.out.println(c);
public static OverrideElementAttribute valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getLocalName()
public java.lang.String toString()
toString in class java.lang.Enum<OverrideElementAttribute>public static OverrideElementAttribute forName(java.lang.String localName)
localName - a string used as localname (typically tag name as defined in xsd)Copyright ? 2008 Red Hat Middleware LLC (http://www.jboss.com/)