Class TypeBase
java.lang.Object
org.aksw.jenax.reprogen.descriptor.impl.TypeBase
- All Implemented Interfaces:
SimpleType
- Direct Known Subclasses:
TypeCollectionImpl,TypeScalarImpl
-
Constructor Details
-
TypeBase
public TypeBase()
-
-
Method Details
-
isScalar
public boolean isScalar()- Specified by:
isScalarin interfaceSimpleType
-
isCollection
public boolean isCollection()- Specified by:
isCollectionin interfaceSimpleType
-
asScalar
- Specified by:
asScalarin interfaceSimpleType
-
asCollection
- Specified by:
asCollectionin interfaceSimpleType
-