Class AnnotationTypeRef
- java.lang.Object
-
- com.thoughtworks.qdox.model.annotation.AnnotationTypeRef
-
- All Implemented Interfaces:
AnnotationValue
public class AnnotationTypeRef extends java.lang.Object implements AnnotationValue
-
-
Constructor Summary
Constructors Constructor Description AnnotationTypeRef(Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
accept(AnnotationVisitor visitor)
Accept a visitor for this value.java.lang.Object
getParameterValue()
Get a parameter value forAnnotation.getNamedParameter(String)
.Type
getType()
java.lang.String
toString()
-
-
-
Constructor Detail
-
AnnotationTypeRef
public AnnotationTypeRef(Type type)
-
-
Method Detail
-
getType
public Type getType()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.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 interfaceAnnotationValue
- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
public java.lang.Object getParameterValue()
Description copied from interface:AnnotationValue
Get a parameter value forAnnotation.getNamedParameter(String)
.- Specified by:
getParameterValue
in interfaceAnnotationValue
- Returns:
- Parameter value
-
-