Enum WeblogicConnector13.Tag
java.lang.Object
java.lang.Enum<WeblogicConnector13.Tag>
org.jboss.jca.as.converters.wls.api.metadata.v13.WeblogicConnector13.Tag
- All Implemented Interfaces:
Serializable,Comparable<WeblogicConnector13.Tag>,java.lang.constant.Constable
- Enclosing interface:
- WeblogicConnector13
A Tag.
- Author:
- Jeff Zhang
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadmin-objects tagconnector-work-manager tagenable-access-outside-app tagenable-global-access-to-classes tagjndi-name tagmodule-name tagnative-libdir tagoutbound-resource-adapter tagproperties tagsecurity tagalways firstvendor-name tagwork-manager tag -
Method Summary
Modifier and TypeMethodDescriptionstatic WeblogicConnector13.TagStatic method to get enum instance given localName stringGet the local name of this element.toString()static WeblogicConnector13.TagReturns the enum constant of this type with the specified name.static WeblogicConnector13.Tag[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
always first -
MODULE_NAME
module-name tag -
VENDOR_NAME
vendor-name tag -
NATIVE_LIBDIR
native-libdir tag -
JNDI_NAME
jndi-name tag -
ENABLE_ACCESS_OUTSIDE_APP
enable-access-outside-app tag -
ENABLE_GLOBAL_ACCESS_TO_CLASSES
enable-global-access-to-classes tag -
WORK_MANAGER
work-manager tag -
CONNECTOR_WORK_MANAGER
connector-work-manager tag -
RESOURCE_ADAPTER_SECURITY
security tag -
PROPERTIES
properties tag -
ADMIN_OBJECTS
admin-objects tag -
OUTBOUND_RESOURCE_ADAPTER
outbound-resource-adapter tag
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getLocalName
Get the local name of this element.- Returns:
- the local name
-
toString
- Overrides:
toStringin classEnum<WeblogicConnector13.Tag>
-
forName
Static method to get enum instance given localName string- Parameters:
localName- a string used as localname (typically tag name as defined in xsd)- Returns:
- the enum instance
-