Uses of Class
aQute.bnd.osgi.Descriptors.SignatureType
-
Packages that use Descriptors.SignatureType Package Description aQute.bnd.osgi -
-
Uses of Descriptors.SignatureType in aQute.bnd.osgi
Methods in aQute.bnd.osgi that return Descriptors.SignatureType Modifier and Type Method Description static Descriptors.SignatureType
Descriptors.SignatureType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Descriptors.SignatureType[]
Descriptors.SignatureType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-