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