Package com.yahoo.documentmodel
Class DataTypeRepo
java.lang.Object
com.yahoo.documentmodel.DataTypeRepo
- All Implemented Interfaces:
DataTypeCollection
- Author:
- baldersheim
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd(com.yahoo.document.DataType type) addAll(DataTypeCollection repo) com.yahoo.document.DataTypegetDataType(int id) com.yahoo.document.DataTypegetDataType(String name) Collection<com.yahoo.document.DataType>getTypes()replace(com.yahoo.document.DataType type)
-
Constructor Details
-
DataTypeRepo
public DataTypeRepo()
-
-
Method Details
-
getDataType
- Specified by:
getDataTypein interfaceDataTypeCollection
-
getDataType
public com.yahoo.document.DataType getDataType(int id) - Specified by:
getDataTypein interfaceDataTypeCollection
-
getTypes
- Specified by:
getTypesin interfaceDataTypeCollection
-
add
-
addAll
-
replace
-