Uses of Class
com.yahoo.document.StructDataType
Packages that use StructDataType
-
Uses of StructDataType in com.yahoo.document
Fields in com.yahoo.document declared as StructDataTypeMethods in com.yahoo.document that return StructDataTypeModifier and TypeMethodDescriptionStructDataType.clone()DocumentType.contentStruct()Provides the Struct describing the fields in the document.DocumentType.getDeclaredStructType(String name) Get a struct declared in this document only.DocumentType.getStructType(String name) Get a struct declared in this document (or any inherited document).Methods in com.yahoo.document that return types with arguments of type StructDataTypeMethods in com.yahoo.document with parameters of type StructDataTypeModifier and TypeMethodDescriptionvoidStructDataType.assign(StructDataType type) voidStructDataType.inherit(StructDataType type) booleanStructDataType.inherits(StructDataType type) Constructors in com.yahoo.document with parameters of type StructDataTypeModifierConstructorDescriptionDocumentType(String name, StructDataType contentStructType) Creates a new document type and registers it with the document type manager.DocumentType(String name, StructDataType contentStructType, Set<String> importedFieldNames) -
Uses of StructDataType in com.yahoo.document.datatypes
Methods in com.yahoo.document.datatypes that return StructDataType -
Uses of StructDataType in com.yahoo.document.internal
Subclasses of StructDataType in com.yahoo.document.internal