Class Undefined3DataType

All Implemented Interfaces:
BuiltInDataType, DataType, ExtensionPoint

public class Undefined3DataType extends Undefined
Provides an implementation of a byte that has not been defined yet as a particular type of data in the program.
  • Field Details

    • dataType

      public static final Undefined3DataType dataType
      A statically defined DefaultDataType used when an Undefined byte is needed.
  • Constructor Details

    • Undefined3DataType

      public Undefined3DataType()
      Constructs a new Undefined1 dataType
    • Undefined3DataType

      public Undefined3DataType(DataTypeManager dtm)
  • Method Details