Uses of Class
org.apache.felix.scr.impl.metadata.ReferenceMetadata.ReferenceScope
-
Packages that use ReferenceMetadata.ReferenceScope Package Description org.apache.felix.scr.impl.metadata -
-
Uses of ReferenceMetadata.ReferenceScope in org.apache.felix.scr.impl.metadata
Methods in org.apache.felix.scr.impl.metadata that return ReferenceMetadata.ReferenceScope Modifier and Type Method Description ReferenceMetadata.ReferenceScope
ReferenceMetadata. getScope()
static ReferenceMetadata.ReferenceScope
ReferenceMetadata.ReferenceScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReferenceMetadata.ReferenceScope[]
ReferenceMetadata.ReferenceScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-