public enum AttributeJdbc extends Enum<AttributeJdbc>
Enum Constant and Description |
---|
BATCH_SIZE |
CONNECTION_URL |
CREATE_ON_START |
DRIVER_CLASS |
DROP_ON_EXIT |
FETCH_SIZE |
JNDI_URL |
KEY_TO_STRING_MAPPER |
NAME |
PASSIVATION |
PASSWORD |
PREFIX |
PRELOAD |
TYPE |
UNKNOWN |
USERNAME |
Modifier and Type | Method and Description |
---|---|
static AttributeJdbc |
forName(String localName) |
String |
getLocalName()
Get the local name of this element.
|
static AttributeJdbc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeJdbc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeJdbc UNKNOWN
public static final AttributeJdbc BATCH_SIZE
public static final AttributeJdbc CONNECTION_URL
public static final AttributeJdbc CREATE_ON_START
public static final AttributeJdbc JNDI_URL
public static final AttributeJdbc DRIVER_CLASS
public static final AttributeJdbc DROP_ON_EXIT
public static final AttributeJdbc FETCH_SIZE
public static final AttributeJdbc KEY_TO_STRING_MAPPER
public static final AttributeJdbc NAME
public static final AttributeJdbc PASSIVATION
public static final AttributeJdbc PASSWORD
public static final AttributeJdbc PREFIX
public static final AttributeJdbc PRELOAD
public static final AttributeJdbc TYPE
public static final AttributeJdbc USERNAME
public static AttributeJdbc[] values()
for (AttributeJdbc c : AttributeJdbc.values()) System.out.println(c);
public static AttributeJdbc 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 static AttributeJdbc forName(String localName)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.