Uses of Interface
org.aksw.commons.beans.datatype.DataType
Packages that use DataType
-
Uses of DataType in org.aksw.commons.beans.datatype
Subinterfaces of DataType in org.aksw.commons.beans.datatypeModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in org.aksw.commons.beans.datatype that implement DataTypeModifier and TypeClassDescriptionclassclassclassclassclassFields in org.aksw.commons.beans.datatype declared as DataTypeModifier and TypeFieldDescriptionprotected DataTypeCollectionTypeBase.collectionTypeprotected DataTypeCollectionTypeBase.itemTypeprotected DataTypeMapTypeImpl.keyTypeprotected DataTypeMapTypeImpl.valueTypeMethods in org.aksw.commons.beans.datatype that return DataTypeModifier and TypeMethodDescriptionCollectionType.getCollectionType()CollectionTypeBase.getCollectionType()CollectionType.getItemType()CollectionTypeBase.getItemType()MapType.getKeyType()MapTypeImpl.getKeyType()MapType.getValueType()MapTypeImpl.getValueType()static DataTypeConstructors in org.aksw.commons.beans.datatype with parameters of type DataTypeModifierConstructorDescriptionCollectionTypeBase(DataType collectionType, DataType itemType) ListTypeImpl(DataType collectionType, DataType itemType) MapTypeImpl(DataType keyType, DataType valueType) SetTypeImpl(DataType collectionType, DataType itemType)