public interface AnnotationReference
Annotation
to
refer to an external entity, such as a document, anchor, or permalink.Modifier and Type | Interface and Description |
---|---|
static interface |
AnnotationReference.Builder
Creates an instance of
AnnotationReference . |
Modifier and Type | Method and Description |
---|---|
String |
getTypeName()
Returns the name of the type of this annotation reference.
|
<T> T |
getValue(String fieldName,
AnnotationReferenceValueType<T> valueType)
Returns the value of the field with the given name and type.
|
String getTypeName()
<T> T getValue(String fieldName, AnnotationReferenceValueType<T> valueType)
T
- the Java class that backs the value typefieldName
- the name of the annotation reference fieldvalueType
- the value type of the fieldCopyright © Veeva Systems 2017–2023. All rights reserved.