Uses of Class
org.jboss.jca.common.metadata.spec.XML.InboundResourceAdapterTag
-
Packages that use XML.InboundResourceAdapterTag Package Description org.jboss.jca.common.metadata.spec This package contains common metadatas fand parser for connector_1_*.xsd -
-
Uses of XML.InboundResourceAdapterTag in org.jboss.jca.common.metadata.spec
Methods in org.jboss.jca.common.metadata.spec that return XML.InboundResourceAdapterTag Modifier and Type Method Description static XML.InboundResourceAdapterTagXML.InboundResourceAdapterTag. forName(String localName)Static method to get enum instance given localName stringstatic XML.InboundResourceAdapterTagXML.InboundResourceAdapterTag. valueOf(String name)Returns the enum constant of this type with the specified name.static XML.InboundResourceAdapterTag[]XML.InboundResourceAdapterTag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-