public class ComplexAnnotationReferenceImpl extends java.lang.Object implements ComplexAnnotationReference
Constructor and Description |
---|
ComplexAnnotationReferenceImpl(ComplexTextReference typeRef,
ComplexTextReference titleRef,
ComplexTextReference textRef) |
Modifier and Type | Method and Description |
---|---|
ComplexTextReference |
getTextReference()
A reference parameter to the annotation text - this can be null
|
ComplexTextReference |
getTitleReference()
A reference parameter to the annotation title - this can be null
|
ComplexTextReference |
getTypeReference()
A reference parameter to the annotation type - this can be null
|
public ComplexAnnotationReferenceImpl(ComplexTextReference typeRef, ComplexTextReference titleRef, ComplexTextReference textRef)
public ComplexTextReference getTypeReference()
ComplexAnnotationReference
getTypeReference
in interface ComplexAnnotationReference
public ComplexTextReference getTitleReference()
ComplexAnnotationReference
getTitleReference
in interface ComplexAnnotationReference
public ComplexTextReference getTextReference()
ComplexAnnotationReference
getTextReference
in interface ComplexAnnotationReference