public static enum ConnectionDefinitionProperties.Tag extends java.lang.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(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 ConnectionDefinitionProperties.Tag |
valueOf(java.lang.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(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<ConnectionDefinitionProperties.Tag>
public static ConnectionDefinitionProperties.Tag forName(java.lang.String localName)
localName
- a string used as localname (typically tag name as defined in xsd)Copyright © 2014 IronJacamar (http://www.ironjacamar.org)