Uses of Class
aQute.bnd.component.annotations.ReferenceCardinality
-
Packages that use ReferenceCardinality Package Description aQute.bnd.cdi aQute.bnd.component aQute.bnd.component.annotations Service Component Annotations Package Version 1.5. -
-
Uses of ReferenceCardinality in aQute.bnd.cdi
Fields in aQute.bnd.cdi declared as ReferenceCardinality Modifier and Type Field Description (package private) ReferenceCardinality
ReferenceDef. cardinality
-
Uses of ReferenceCardinality in aQute.bnd.component
Fields in aQute.bnd.component declared as ReferenceCardinality Modifier and Type Field Description (package private) ReferenceCardinality
ReferenceDef. cardinality
-
Uses of ReferenceCardinality in aQute.bnd.component.annotations
Methods in aQute.bnd.component.annotations that return ReferenceCardinality Modifier and Type Method Description ReferenceCardinality
cardinality()
The cardinality of this reference.static ReferenceCardinality
ReferenceCardinality. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReferenceCardinality[]
ReferenceCardinality. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-