Uses of Class
org.glassfish.spec.Spec.JarType
-
Packages that use Spec.JarType Package Description org.glassfish.spec Utilities to enforce API metadata. -
-
Uses of Spec.JarType in org.glassfish.spec
Fields in org.glassfish.spec declared as Spec.JarType Modifier and Type Field Description private Spec.JarType
Spec. jarType
The Spec Jar Type seeSpec.JarType
.Methods in org.glassfish.spec that return Spec.JarType Modifier and Type Method Description static Spec.JarType
Spec.JarType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Spec.JarType[]
Spec.JarType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-