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