com.thoughtworks.qdox.model.annotation
Class AnnotationValueList
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationValueList
- All Implemented Interfaces:
- AnnotationValue
public class AnnotationValueList
- extends java.lang.Object
- implements AnnotationValue
|
Field Summary |
private java.util.List |
valueList
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
valueList
private final java.util.List valueList
AnnotationValueList
public AnnotationValueList(java.util.List valueList)
getValueList
public java.util.List getValueList()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
accept
public java.lang.Object accept(AnnotationVisitor visitor)
- Description copied from interface:
AnnotationValue
- Accept a visitor for this value.
- Specified by:
accept in interface AnnotationValue
- Parameters:
visitor - Visitor
- Returns:
- Visitor result
getParameterValue
public java.lang.Object getParameterValue()
- Description copied from interface:
AnnotationValue
- Get a parameter value for
Annotation.getNamedParameter(String).
- Specified by:
getParameterValue in interface AnnotationValue
- Returns:
- Parameter value