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