
public static enum ConnectionDefinitionProperties.Tag extends Enum<ConnectionDefinitionProperties.Tag>
| Enum Constant and Description |
|---|
AUTHENTICATION_MECHANISM
authentication-mechanism tag
|
LOGGING
logging tag
|
POOL_PARAMS
pool-params tag
|
PROPERTIES
properties tag
|
REAUTHENTICATION_SUPPORT
reauthentication-support tag
|
RES_AUTH
res-auth tag
|
TRANSATION_SUPPORT
transaction-support tag
|
UNKNOWN
always first
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionDefinitionProperties.Tag |
forName(String localName)
Static method to get enum instance given localName string
|
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static ConnectionDefinitionProperties.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionDefinitionProperties.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionDefinitionProperties.Tag UNKNOWN
public static final ConnectionDefinitionProperties.Tag POOL_PARAMS
public static final ConnectionDefinitionProperties.Tag LOGGING
public static final ConnectionDefinitionProperties.Tag TRANSATION_SUPPORT
public static final ConnectionDefinitionProperties.Tag AUTHENTICATION_MECHANISM
public static final ConnectionDefinitionProperties.Tag REAUTHENTICATION_SUPPORT
public static final ConnectionDefinitionProperties.Tag PROPERTIES
public static final ConnectionDefinitionProperties.Tag RES_AUTH
public static ConnectionDefinitionProperties.Tag[] values()
for (ConnectionDefinitionProperties.Tag c : ConnectionDefinitionProperties.Tag.values()) System.out.println(c);
public static ConnectionDefinitionProperties.Tag 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 String toString()
toString in class Enum<ConnectionDefinitionProperties.Tag>public static ConnectionDefinitionProperties.Tag forName(String localName)
localName - a string used as localname (typically tag name as defined in xsd)Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)