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