Class TemporaryAnnotationReferenceDataType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.yahoo.document.DataType>

    public class TemporaryAnnotationReferenceDataType
    extends com.yahoo.document.annotation.AnnotationReferenceDataType
    Author:
    Einar M R Rosenvinge
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class com.yahoo.document.DataType

        BOOL, BYTE, classId, DOCUMENT, DOUBLE, FLOAT, FLOAT16, INT, LONG, NONE, PREDICATE, RAW, STRING, TAG, tensorDataTypeCode, URI
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTarget()  
      void setAnnotationType​(com.yahoo.document.annotation.AnnotationType type)  
      • Methods inherited from class com.yahoo.document.annotation.AnnotationReferenceDataType

        createFieldValue, getAnnotationType, getValueClass, isValueCompatible
      • Methods inherited from class com.yahoo.document.DataType

        buildFieldPath, clone, compareTo, createByReflection, createFieldValue, equals, getArray, getCode, getId, getMap, getName, getPrimitiveType, getTensor, getWeightedSet, getWeightedSet, hashCode, isAssignableFrom, isMultivalue, isRegistered, lastPredefinedDataTypeId, register, register, setId, setName, toString, visitMembers
      • Methods inherited from class com.yahoo.vespa.objects.Identifiable

        create, createFromId, deserialize, deserializeOptional, deserializeWithId, equals, getClassId, getUtf8, onDeserialize, onGetClassId, onSerialize, putUtf8, registerClass, serialize, serializeOptional, serializeWithId
      • Methods inherited from class com.yahoo.vespa.objects.Selectable

        select, select, selectMembers
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TemporaryAnnotationReferenceDataType

        public TemporaryAnnotationReferenceDataType​(java.lang.String target)
    • Method Detail

      • getTarget

        public java.lang.String getTarget()
      • setAnnotationType

        public void setAnnotationType​(com.yahoo.document.annotation.AnnotationType type)
        Overrides:
        setAnnotationType in class com.yahoo.document.annotation.AnnotationReferenceDataType