Previous Table of Contents Next


10.3.1 DataType Description


   DataType is an abstract class that acts as a common superclass for different kinds of data types.

   Generalizations

   • “Type? on page 92

   Attributes

   No additional attributes

   Semantics

   DataType is the abstract class that represents the general notion of being a data type (i.e., a type whose instances are identified only by their value).

   Notation

   As an abstract class, Basic::DataType has no notation.