|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataSource.Tag>
org.jboss.jca.common.api.metadata.ds.DataSource.Tag
public static enum DataSource.Tag

A Tag.
| Enum Constant Summary | |
|---|---|
CONNECTIONPROPERTY
connectionProperty tag |
|
CONNECTIONURL
connection-url tag |
|
DRIVER
module tag |
|
DRIVERCLASS
driverClass tag |
|
NEWCONNECTIONSQL
newConnectionSql tag |
|
POOL
pool tag |
|
SECURITY
security tag |
|
STATEMENT
statement tag |
|
TIMEOUT
timeOut tag |
|
TRANSACTIONISOLATION
transactionIsolation tag |
|
UNKNOWN
always first |
|
URLDELIMITER
urlDelimiter tag |
|
URLSELECTORSTRATEGYCLASSNAME
urlSelectorStrategyClassName tag |
|
VALIDATION
validation tag |
|
| Method Summary | |
|---|---|
static DataSource.Tag |
forName(String localName)
Static method to get enum instance given localName XsdString |
String |
getLocalName()
Get the local name of this element. |
static DataSource.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataSource.Tag[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataSource.Tag UNKNOWN
public static final DataSource.Tag POOL
public static final DataSource.Tag CONNECTIONURL
public static final DataSource.Tag DRIVERCLASS
public static final DataSource.Tag DRIVER
public static final DataSource.Tag TRANSACTIONISOLATION
public static final DataSource.Tag CONNECTIONPROPERTY
public static final DataSource.Tag TIMEOUT
public static final DataSource.Tag SECURITY
public static final DataSource.Tag STATEMENT
public static final DataSource.Tag VALIDATION
public static final DataSource.Tag URLDELIMITER
public static final DataSource.Tag URLSELECTORSTRATEGYCLASSNAME
public static final DataSource.Tag NEWCONNECTIONSQL
| Method Detail |
|---|
public static DataSource.Tag[] values()
for (DataSource.Tag c : DataSource.Tag.values()) System.out.println(c);
public static DataSource.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 name
NullPointerException - if the argument is nullpublic String getLocalName()
public static DataSource.Tag forName(String localName)
localName - a XsdString used as localname (typically tag name as defined in xsd)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||