public static enum DeclarativeServicesAnnotationError.ErrorType extends Enum<DeclarativeServicesAnnotationError.ErrorType>
Modifier and Type | Method and Description |
---|---|
static DeclarativeServicesAnnotationError.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeclarativeServicesAnnotationError.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeclarativeServicesAnnotationError.ErrorType ACTIVATE_SIGNATURE_ERROR
public static final DeclarativeServicesAnnotationError.ErrorType DEACTIVATE_SIGNATURE_ERROR
public static final DeclarativeServicesAnnotationError.ErrorType MODIFIED_SIGNATURE_ERROR
public static final DeclarativeServicesAnnotationError.ErrorType COMPONENT_PROPERTIES_ERROR
public static final DeclarativeServicesAnnotationError.ErrorType INVALID_REFERENCE_BIND_METHOD_NAME
public static final DeclarativeServicesAnnotationError.ErrorType MULTIPLE_REFERENCES_SAME_NAME
public static final DeclarativeServicesAnnotationError.ErrorType UNABLE_TO_LOCATE_SUPER_CLASS
public static final DeclarativeServicesAnnotationError.ErrorType DYNAMIC_REFERENCE_WITHOUT_UNBIND
public static final DeclarativeServicesAnnotationError.ErrorType INVALID_TARGET_FILTER
public static final DeclarativeServicesAnnotationError.ErrorType UNSET_OR_MODIFY_WITH_WRONG_SIGNATURE
public static final DeclarativeServicesAnnotationError.ErrorType MIXED_USE_OF_DS_ANNOTATIONS_BND
public static final DeclarativeServicesAnnotationError.ErrorType MIXED_USE_OF_DS_ANNOTATIONS_STD
public static final DeclarativeServicesAnnotationError.ErrorType REFERENCE
public static final DeclarativeServicesAnnotationError.ErrorType DYNAMIC_FINAL_FIELD_WITH_REPLACE
public static final DeclarativeServicesAnnotationError.ErrorType INCOMPATIBLE_SERVICE
public static final DeclarativeServicesAnnotationError.ErrorType MISSING_REFERENCE_NAME
public static DeclarativeServicesAnnotationError.ErrorType[] values()
for (DeclarativeServicesAnnotationError.ErrorType c : DeclarativeServicesAnnotationError.ErrorType.values()) System.out.println(c);
public static DeclarativeServicesAnnotationError.ErrorType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 aQute SARL. All rights reserved.