public class AnnotationConstant extends Object implements AnnotationValue, Serializable
| Constructor and Description |
|---|
AnnotationConstant(Object value,
String image) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
|
String |
getImage() |
Object |
getParameterValue()
Get a parameter value for
Annotation.getNamedParameter(String). |
Object |
getValue() |
String |
toString() |
public Object getValue()
public String getImage()
public Object accept(AnnotationVisitor visitor)
AnnotationValueaccept in interface AnnotationValuevisitor - Visitorpublic Object getParameterValue()
AnnotationValueAnnotation.getNamedParameter(String).getParameterValue in interface AnnotationValueCopyright © 2002-2014. All Rights Reserved.