Package aQute.bnd.component.error
Enum Class DeclarativeServicesAnnotationError.ErrorType
java.lang.Object
java.lang.Enum<DeclarativeServicesAnnotationError.ErrorType>
aQute.bnd.component.error.DeclarativeServicesAnnotationError.ErrorType
- All Implemented Interfaces:
Serializable
,Comparable<DeclarativeServicesAnnotationError.ErrorType>
,Constable
- Enclosing class:
- DeclarativeServicesAnnotationError
public static enum DeclarativeServicesAnnotationError.ErrorType
extends Enum<DeclarativeServicesAnnotationError.ErrorType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVATE_SIGNATURE_ERROR
-
DEACTIVATE_SIGNATURE_ERROR
-
MODIFIED_SIGNATURE_ERROR
-
COMPONENT_PROPERTIES_ERROR
-
INVALID_REFERENCE_BIND_METHOD_NAME
-
MULTIPLE_REFERENCES_SAME_NAME
-
UNABLE_TO_LOCATE_SUPER_CLASS
-
DYNAMIC_REFERENCE_WITHOUT_UNBIND
-
INVALID_TARGET_FILTER
-
UNSET_OR_MODIFY_WITH_WRONG_SIGNATURE
public static final DeclarativeServicesAnnotationError.ErrorType UNSET_OR_MODIFY_WITH_WRONG_SIGNATURE -
MIXED_USE_OF_DS_ANNOTATIONS_BND
-
MIXED_USE_OF_DS_ANNOTATIONS_STD
-
REFERENCE
-
DYNAMIC_FINAL_FIELD_WITH_REPLACE
-
DYNAMIC_FIELD_NOT_VOLATILE
-
FINAL_FIELD_WITH_REPLACE
-
UPDATE_FIELD_WITH_STATIC
-
UPDATE_FIELD_WITH_UNARY
-
COLLECTION_SUBCLASS_FIELD_WITH_REPLACE
public static final DeclarativeServicesAnnotationError.ErrorType COLLECTION_SUBCLASS_FIELD_WITH_REPLACE -
INCOMPATIBLE_SERVICE
-
MISSING_REFERENCE_NAME
-
COMPONENT_PROPERTY_ANNOTATION_PROBLEM
public static final DeclarativeServicesAnnotationError.ErrorType COMPONENT_PROPERTY_ANNOTATION_PROBLEM -
INVALID_COMPONENT_TYPE
-
CONSTRUCTOR_SIGNATURE_ERROR
-
VERSION_MISMATCH
-
ANYSERVICE_NO_TARGET
-
OPTIONAL_FIELD_WITH_MULTIPLE
-
-
Constructor Details
-
ErrorType
private ErrorType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-