Package org.aksw.commons.beans.datatype
Class CollectionTypeBase
java.lang.Object
org.aksw.commons.beans.datatype.CollectionTypeBase
- All Implemented Interfaces:
CollectionType,DataType
- Direct Known Subclasses:
ListTypeImpl,SetTypeImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.beans.datatype.DataType
asListType, asMapType, asScalarType, asSetType, isListType, isMapType, isScalarType, isSetType
-
Field Details
-
collectionType
-
itemType
-
-
Constructor Details
-
CollectionTypeBase
-
-
Method Details
-
getCollectionType
- Specified by:
getCollectionTypein interfaceCollectionType
-
getItemType
- Specified by:
getItemTypein interfaceCollectionType
-