Uses of Enum
org.apache.felix.scr.impl.metadata.DSVersion
Packages that use DSVersion
Package
Description
-
Uses of DSVersion in org.apache.felix.scr.impl.inject.field
Constructors in org.apache.felix.scr.impl.inject.field with parameters of type DSVersionModifierConstructorDescriptionFieldMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties) -
Uses of DSVersion in org.apache.felix.scr.impl.inject.methods
Fields in org.apache.felix.scr.impl.inject.methods declared as DSVersionMethods in org.apache.felix.scr.impl.inject.methods that return DSVersionConstructors in org.apache.felix.scr.impl.inject.methods with parameters of type DSVersionModifierConstructorDescriptionActivateMethod(String methodName, boolean methodRequired, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces) protectedBaseMethod(String methodName, boolean methodRequired, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties) BindMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties) BindMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties) DeactivateMethod(String methodName, boolean methodRequired, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces) ModifiedMethod(String methodName, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces) UnbindMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties) UpdatedMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties) -
Uses of DSVersion in org.apache.felix.scr.impl.metadata
Subclasses with type arguments of type DSVersion in org.apache.felix.scr.impl.metadataFields in org.apache.felix.scr.impl.metadata declared as DSVersionMethods in org.apache.felix.scr.impl.metadata that return DSVersionModifier and TypeMethodDescriptionComponentMetadata.getDSVersion()Returns the namespace code of the namespace of the component element declaring this component.static DSVersionReturns the enum constant of this type with the specified name.static DSVersion[]DSVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.felix.scr.impl.metadata with parameters of type DSVersion -
Uses of DSVersion in org.apache.felix.scr.impl.xml
Fields in org.apache.felix.scr.impl.xml with type parameters of type DSVersion