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