
public static enum XML.ConnectionDefinitionTag extends Enum<XML.ConnectionDefinitionTag>
| Enum Constant and Description |
|---|
CONFIG_PROPERTY
config-property TAG
|
CONNECTION_IMPL_CLASS
connection-impl-class TAG
|
CONNECTION_INTERFACE
connection-interface TAG
|
CONNECTIONFACTORY_IMPL_CLASS
connectionfactory-impl-class TAG
|
CONNECTIONFACTORY_INTERFACE
connectionfactory-interface TAG
|
MANAGEDCONNECTIONFACTORY_CLASS
managedconnectionfactory-class TAG
|
UNKNOWN
always first
|
| Modifier and Type | Method and Description |
|---|---|
static XML.ConnectionDefinitionTag |
forName(String localName)
Static method to get enum instance given localName XsdString
|
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static XML.ConnectionDefinitionTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XML.ConnectionDefinitionTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XML.ConnectionDefinitionTag UNKNOWN
public static final XML.ConnectionDefinitionTag MANAGEDCONNECTIONFACTORY_CLASS
public static final XML.ConnectionDefinitionTag CONFIG_PROPERTY
public static final XML.ConnectionDefinitionTag CONNECTIONFACTORY_INTERFACE
public static final XML.ConnectionDefinitionTag CONNECTIONFACTORY_IMPL_CLASS
public static final XML.ConnectionDefinitionTag CONNECTION_INTERFACE
public static final XML.ConnectionDefinitionTag CONNECTION_IMPL_CLASS
public static XML.ConnectionDefinitionTag[] values()
for (XML.ConnectionDefinitionTag c : XML.ConnectionDefinitionTag.values()) System.out.println(c);
public static XML.ConnectionDefinitionTag 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 String toString()
toString in class Enum<XML.ConnectionDefinitionTag>public static XML.ConnectionDefinitionTag forName(String localName)
localName - a XsdString used as localname (typically tag name as defined in xsd)Copyright © 2013 IronJacamar (http://www.ironjacamar.org)