public static enum ConnDefXaPool.Tag extends java.lang.Enum<ConnDefXaPool.Tag>
Enum Constant and Description |
---|
CAPACITY
capacity tag
|
FLUSH_STRATEGY
flush-strategy tag
|
INITIAL_POOL_SIZE
initial-pool-size tag
|
INTERLEAVING
interleaving tag
|
IS_SAME_RM_OVERRIDE
isSameRmOverrideValue tag
|
MAX_POOL_SIZE
maxPoolSize tag
|
MIN_POOL_SIZE
min-pool-size tag
|
NO_TX_SEPARATE_POOLS
no-tx-separate-pools tag
|
PAD_XID
pad-xid tag
|
PREFILL
prefill tag
|
UNKNOWN
always first
|
USE_STRICT_MIN
use-strict-min tag
|
WRAP_XA_RESOURCE
wrap-xa-resource tag
|
Modifier and Type | Method and Description |
---|---|
static ConnDefXaPool.Tag |
forName(java.lang.String localName)
Static method to get enum instance given localName XsdString
|
java.lang.String |
getLocalName()
Get the local name of this element.
|
java.lang.String |
toString() |
static ConnDefXaPool.Tag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnDefXaPool.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnDefXaPool.Tag UNKNOWN
public static final ConnDefXaPool.Tag MIN_POOL_SIZE
public static final ConnDefXaPool.Tag INITIAL_POOL_SIZE
public static final ConnDefXaPool.Tag MAX_POOL_SIZE
public static final ConnDefXaPool.Tag PREFILL
public static final ConnDefXaPool.Tag USE_STRICT_MIN
public static final ConnDefXaPool.Tag FLUSH_STRATEGY
public static final ConnDefXaPool.Tag CAPACITY
public static final ConnDefXaPool.Tag IS_SAME_RM_OVERRIDE
public static final ConnDefXaPool.Tag INTERLEAVING
public static final ConnDefXaPool.Tag PAD_XID
public static final ConnDefXaPool.Tag WRAP_XA_RESOURCE
public static final ConnDefXaPool.Tag NO_TX_SEPARATE_POOLS
public static ConnDefXaPool.Tag[] values()
for (ConnDefXaPool.Tag c : ConnDefXaPool.Tag.values()) System.out.println(c);
public static ConnDefXaPool.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<ConnDefXaPool.Tag>
public static ConnDefXaPool.Tag forName(java.lang.String localName)
localName
- a XsdString used as localname (typically tag name as defined in xsd)Copyright © 2013 IronJacamar (http://www.ironjacamar.org)