Uses of Class
org.jboss.metadata.appclient.parser.spec.AppClientElement
-
Packages that use AppClientElement Package Description org.jboss.metadata.appclient.parser.spec -
-
Uses of AppClientElement in org.jboss.metadata.appclient.parser.spec
Methods in org.jboss.metadata.appclient.parser.spec that return AppClientElement Modifier and Type Method Description static AppClientElementAppClientElement. forName(String elementName)Returns theAppClientElementcorresponding to the passedelementNamestatic AppClientElementAppClientElement. valueOf(String name)Returns the enum constant of this type with the specified name.static AppClientElement[]AppClientElement. values()Returns an array containing the constants of this enum type, in the order they are declared.
-