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 CardinalityCardinality. 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 Cardinalitycardinality()The cardinality of this requirement.
-