Interface TypeCollection
- All Superinterfaces:
SimpleType
- All Known Implementing Classes:
TypeCollectionImpl
A (bounded) collection type - i.e.g List<? extends ItemClass>
TODO Add a flag to mark bounded or make another collection type for unbounded?
- Author:
- raven
-
Method Summary
Methods inherited from interface org.aksw.jenax.reprogen.descriptor.impl.SimpleType
asCollection, asScalar, isCollection, isScalar, stricterType
-
Method Details
-
getCollectionClass
Class<?> getCollectionClass() -
getItemType
SimpleType getItemType() -
isList
boolean isList() -
isSet
boolean isSet()
-