Uses of Class
org.osgi.service.component.annotations.CollectionType
-
Packages that use CollectionType Package Description org.osgi.service.component.annotations Service Component Annotations Package Version 1.4. -
-
Uses of CollectionType in org.osgi.service.component.annotations
Methods in org.osgi.service.component.annotations that return CollectionType Modifier and Type Method Description CollectionType
collectionType()
The collection type for this reference.static CollectionType
CollectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CollectionType[]
CollectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-