Class IntegerDataType

All Implemented Interfaces:
ArrayStringable, BuiltInDataType, DataType, ExtensionPoint

public class IntegerDataType extends AbstractSignedIntegerDataType
Basic implementation for an signed Integer dataType
  • Field Details

    • dataType

      public static final IntegerDataType dataType
      A statically defined IntegerDataType instance.
  • Constructor Details

    • IntegerDataType

      public IntegerDataType()
    • IntegerDataType

      public IntegerDataType(DataTypeManager dtm)
  • Method Details