Uses of Enum Class
aQute.bnd.component.error.DeclarativeServicesAnnotationError.ErrorType
Packages that use DeclarativeServicesAnnotationError.ErrorType
Package
Description
This package provides Declarative Service Annotation Error information.
-
Uses of DeclarativeServicesAnnotationError.ErrorType in aQute.bnd.component
Methods in aQute.bnd.component with parameters of type DeclarativeServicesAnnotationError.ErrorTypeModifier and TypeMethodDescriptionDSAnnotationReader.getDetails
(ReferenceDef def, DeclarativeServicesAnnotationError.ErrorType type) -
Uses of DeclarativeServicesAnnotationError.ErrorType in aQute.bnd.component.error
Fields in aQute.bnd.component.error declared as DeclarativeServicesAnnotationError.ErrorTypeMethods in aQute.bnd.component.error that return DeclarativeServicesAnnotationError.ErrorTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DeclarativeServicesAnnotationError.ErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in aQute.bnd.component.error with parameters of type DeclarativeServicesAnnotationError.ErrorTypeModifierConstructorDescriptionDeclarativeServicesAnnotationError
(String className, String fieldName, DeclarativeServicesAnnotationError.ErrorType errorType) DeclarativeServicesAnnotationError
(String className, String methodName, String methodSignature, DeclarativeServicesAnnotationError.ErrorType errorType)