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.