Interface DataTypeCollection

All Known Implementing Classes:
DataTypeRepo, NewDocumentType

public interface DataTypeCollection
Author:
baldersheim
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.document.DataType
    getDataType(int id)
     
    com.yahoo.document.DataType
     
    Collection<com.yahoo.document.DataType>
     
  • Method Details

    • getDataType

      com.yahoo.document.DataType getDataType(String name)
    • getDataType

      com.yahoo.document.DataType getDataType(int id)
    • getTypes

      Collection<com.yahoo.document.DataType> getTypes()