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