Uses of Class
org.jboss.jca.as.converters.wls.api.metadata.ConnectionInstance.Tag
-
Packages that use ConnectionInstance.Tag Package Description org.jboss.jca.as.converters.wls.api.metadata This package contains the weblogic metatdata. -
-
Uses of ConnectionInstance.Tag in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return ConnectionInstance.Tag Modifier and Type Method Description static ConnectionInstance.TagConnectionInstance.Tag. forName(String localName)Static method to get enum instance given localName stringstatic ConnectionInstance.TagConnectionInstance.Tag. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionInstance.Tag[]ConnectionInstance.Tag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-