Package cool.klass.model.meta.domain.api
Interface DataType
- All Superinterfaces:
Type
- All Known Subinterfaces:
Enumeration
- All Known Implementing Classes:
PrimitiveType
A DataType is a type whose instances are identified only by their value.
They are primitives, enumerations, and struct-like records with no keys.
All instances of a DataType with the same value are considered to be equal instances.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface cool.klass.model.meta.domain.api.Type
Type.TypeGetter -
Method Summary
-
Method Details
-
getDataTypeName
String getDataTypeName()
-