Uses of Class
com.yahoo.documentmodel.NewDocumentType.Name
Packages that use NewDocumentType.Name
-
Uses of NewDocumentType.Name in com.yahoo.documentmodel
Methods in com.yahoo.documentmodel that return NewDocumentType.NameMethods in com.yahoo.documentmodel that return types with arguments of type NewDocumentType.NameMethods in com.yahoo.documentmodel with parameters of type NewDocumentType.NameModifier and TypeMethodDescriptionDocumentTypeCollection.getDocumentType(NewDocumentType.Name name) DocumentTypeRepo.getDocumentType(NewDocumentType.Name name) NewDocumentType.getInherited(NewDocumentType.Name inherited) Constructors in com.yahoo.documentmodel with parameters of type NewDocumentType.NameModifierConstructorDescriptionNewDocumentType(NewDocumentType.Name name, com.yahoo.document.StructDataType contentStruct, FieldSets fs, Set<NewDocumentType.Name> documentReferences, Set<String> importedFieldNames) NewDocumentType(NewDocumentType.Name name, Set<NewDocumentType.Name> documentReferences) NewDocumentType(NewDocumentType.Name name, Set<NewDocumentType.Name> documentReferences, Set<String> importedFieldNames) Constructor parameters in com.yahoo.documentmodel with type arguments of type NewDocumentType.NameModifierConstructorDescriptionNewDocumentType(NewDocumentType.Name name, com.yahoo.document.StructDataType contentStruct, FieldSets fs, Set<NewDocumentType.Name> documentReferences, Set<String> importedFieldNames) NewDocumentType(NewDocumentType.Name name, Set<NewDocumentType.Name> documentReferences) NewDocumentType(NewDocumentType.Name name, Set<NewDocumentType.Name> documentReferences, Set<String> importedFieldNames) -
Uses of NewDocumentType.Name in com.yahoo.schema.document
Methods in com.yahoo.schema.document that return types with arguments of type NewDocumentType.NameMethods in com.yahoo.schema.document with parameters of type NewDocumentType.NameModifier and TypeMethodDescriptionSDDocumentType.getOwnedType(NewDocumentType.Name name) SDDocumentType.getType(NewDocumentType.Name name)