Interface DataType

All Superinterfaces:
Type
All Known Subinterfaces:
Enumeration
All Known Implementing Classes:
PrimitiveType

public interface DataType extends Type
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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
     

    Nested classes/interfaces inherited from interface cool.klass.model.meta.domain.api.Type

    Type.TypeGetter
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface cool.klass.model.meta.domain.api.Type

    getName
  • Method Details

    • getDataTypeName

      String getDataTypeName()