Class AnnotationConstant
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationConstant
- All Implemented Interfaces:
AnnotationValue,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(AnnotationVisitor visitor) Accept a visitor for this value.getImage()Get a parameter value forAnnotation.getNamedParameter(String).getValue()toString()
-
Constructor Details
-
AnnotationConstant
-
-
Method Details
-
getValue
-
getImage
-
toString
-
accept
Description copied from interface:AnnotationValueAccept a visitor for this value.- Specified by:
acceptin interfaceAnnotationValue- Parameters:
visitor- Visitor- Returns:
- Visitor result
-
getParameterValue
Description copied from interface:AnnotationValueGet a parameter value forAnnotation.getNamedParameter(String).- Specified by:
getParameterValuein interfaceAnnotationValue- Returns:
- Parameter value
-