Package com.yahoo.documentmodel
Interface DataTypeCollection
- All Known Implementing Classes:
DataTypeRepo,NewDocumentType
public interface DataTypeCollection
- Author:
- baldersheim
-
Method Summary
Modifier and TypeMethodDescriptioncom.yahoo.document.DataTypegetDataType(int id) com.yahoo.document.DataTypegetDataType(String name) Collection<com.yahoo.document.DataType>getTypes()
-
Method Details
-
getDataType
-
getDataType
com.yahoo.document.DataType getDataType(int id) -
getTypes
Collection<com.yahoo.document.DataType> getTypes()
-