Uses of Enum
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.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 type with the specified name.DeclarativeServicesAnnotationError.ErrorType.values()
Returns an array containing the constants of this enum type, 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)