public enum AS7ResourceAdapterTags extends Enum<AS7ResourceAdapterTags>
Enum Constant and Description |
---|
ADMIN_OBJECT
admin-objects tag
|
ADMIN_OBJECTS
admin-objects tag
|
ARCHIVE
archive tag
|
BEAN_VALIDATION_GROUP
bean-validation-group tag
|
BEAN_VALIDATION_GROUPS
bean-validation-groups tag
|
BOOTSTRAP_CONTEXT
bootstrap-context tag
|
CONFIG_PROPERTY
config-property tag
|
CONNECTION_DEFINITION
connection-definition tag
|
CONNECTION_DEFINITIONS
connection-definitions tag
|
ID
id tag
|
MODULE
module tag
|
TRANSACTION_SUPPORT
transaction-support tag
|
UNKNOWN
always first
|
WORKMANAGER |
Modifier and Type | Method and Description |
---|---|
static AS7ResourceAdapterTags |
forName(String localName)
Static method to get enum instance given localName string
|
String |
getLocalName()
Get the local name of this element.
|
String |
toString() |
static AS7ResourceAdapterTags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS7ResourceAdapterTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AS7ResourceAdapterTags UNKNOWN
public static final AS7ResourceAdapterTags ID
public static final AS7ResourceAdapterTags CONFIG_PROPERTY
public static final AS7ResourceAdapterTags ARCHIVE
public static final AS7ResourceAdapterTags MODULE
public static final AS7ResourceAdapterTags BEAN_VALIDATION_GROUPS
public static final AS7ResourceAdapterTags BEAN_VALIDATION_GROUP
public static final AS7ResourceAdapterTags BOOTSTRAP_CONTEXT
public static final AS7ResourceAdapterTags TRANSACTION_SUPPORT
public static final AS7ResourceAdapterTags CONNECTION_DEFINITIONS
public static final AS7ResourceAdapterTags CONNECTION_DEFINITION
public static final AS7ResourceAdapterTags ADMIN_OBJECTS
public static final AS7ResourceAdapterTags ADMIN_OBJECT
public static final AS7ResourceAdapterTags WORKMANAGER
public static AS7ResourceAdapterTags[] values()
for (AS7ResourceAdapterTags c : AS7ResourceAdapterTags.values()) System.out.println(c);
public static AS7ResourceAdapterTags 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<AS7ResourceAdapterTags>
public static AS7ResourceAdapterTags forName(String localName)
localName
- a string used as localname (typically tag name as defined in xsd)Copyright © 2015 JBoss by Red Hat. All rights reserved.