com.thoughtworks.qdox.model.annotation

Class AnnotationConstant

public class AnnotationConstant extends Object implements AnnotationValue

Constructor Summary
AnnotationConstant(Object value, String image)
Method Summary
Objectaccept(AnnotationVisitor visitor)
StringgetImage()
ObjectgetParameterValue()
ObjectgetValue()
StringtoString()

Constructor Detail

AnnotationConstant

public AnnotationConstant(Object value, String image)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getImage

public String getImage()

getParameterValue

public Object getParameterValue()

getValue

public Object getValue()

toString

public String toString()