public static enum Pool.Tag extends Enum<Pool.Tag>
Enum Constant and Description |
---|
CAPACITY
capacity tag
|
FAIR
fair tag
|
FLUSH_STRATEGY
flush-strategy tag
|
INITIAL_POOL_SIZE
initial-pool-size tag
|
MAX_POOL_SIZE
maxPoolSize tag
|
MIN_POOL_SIZE
min-pool-size tag
|
PREFILL
prefill tag
|
UNKNOWN
always first
|
USE_STRICT_MIN
use-strict-min tag
|
Modifier and Type | Method and Description |
---|---|
static Pool.Tag |
forName(String localName)
Static method to get enum instance given localName XsdString
|
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static Pool.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Pool.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Pool.Tag UNKNOWN
public static final Pool.Tag MIN_POOL_SIZE
public static final Pool.Tag INITIAL_POOL_SIZE
public static final Pool.Tag MAX_POOL_SIZE
public static final Pool.Tag PREFILL
public static final Pool.Tag FAIR
public static final Pool.Tag USE_STRICT_MIN
public static final Pool.Tag FLUSH_STRATEGY
public static final Pool.Tag CAPACITY
public static Pool.Tag[] values()
for (Pool.Tag c : Pool.Tag.values()) System.out.println(c);
public static Pool.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()
Copyright © 2021 JBoss by Red Hat. All rights reserved.