Uses of Class
org.jboss.jca.codegenerator.Version
-
Packages that use Version Package Description org.jboss.jca.codegenerator Code generator -
-
Uses of Version in org.jboss.jca.codegenerator
Methods in org.jboss.jca.codegenerator that return Version Modifier and Type Method Description static VersionVersion. forName(String localName)Static method to get enum instance given localName XsdStringstatic VersionVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static Version[]Version. values()Returns an array containing the constants of this enum type, in the order they are declared.
-