Uses of Class
com.yahoo.document.ReferenceDataType
Packages that use ReferenceDataType
-
Uses of ReferenceDataType in com.yahoo.document
Methods in com.yahoo.document that return ReferenceDataTypeModifier and TypeMethodDescriptionstatic ReferenceDataTypeReferenceDataType.createWithInferredId(DocumentType targetType) Creates a new type where the numeric ID is based on the hash of targetType -
Uses of ReferenceDataType in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes with parameters of type ReferenceDataTypeModifier and TypeMethodDescriptionstatic ReferenceFieldValueReferenceFieldValue.createEmptyWithType(ReferenceDataType referenceType) Constructors in com.yahoo.document.datatypes with parameters of type ReferenceDataTypeModifierConstructorDescriptionReferenceFieldValue(ReferenceDataType referenceType) Creates an empty reference of the provided reference type.ReferenceFieldValue(ReferenceDataType referenceType, DocumentId documentId) Creates a reference pointing to a particular document instance in the document type referenced byreferenceType.