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
Fields in org.apache.felix.scr.impl.metadata declared as ServiceMetadata.Scope Modifier and Type Field Description private ServiceMetadata.ScopeServiceMetadata. m_scopeMethods in org.apache.felix.scr.impl.metadata that return ServiceMetadata.Scope Modifier and Type Method Description ServiceMetadata.ScopeServiceMetadata. getScope()ServiceMetadata.ScopeComponentMetadata. getServiceScope()static ServiceMetadata.ScopeServiceMetadata.Scope. valueOf(java.lang.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.
-