com.thoughtworks.qdox.model.annotation

Class AnnotationValueList

Implemented Interfaces:
AnnotationValue

public class AnnotationValueList
extends java.lang.Object
implements AnnotationValue

Constructor Summary

AnnotationValueList(List valueList)

Method Summary

Object
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
Object
getParameterValue()
Get a parameter value for Annotation.getNamedParameter(String).
List
getValueList()
String
toString()

Constructor Details

AnnotationValueList

public AnnotationValueList(List valueList)

Method Details

accept

public Object accept(AnnotationVisitor visitor)
Accept a visitor for this value.
Specified by:
accept in interface AnnotationValue
Parameters:
visitor - Visitor
Returns:
Visitor result

getParameterValue

public Object getParameterValue()
Specified by:
getParameterValue in interface AnnotationValue
Returns:
Parameter value

getValueList

public List getValueList()

toString

public String toString()