Class NumericDataType

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<DataType>

    public class NumericDataType
    extends PrimitiveDataType
    Author:
    Einar M R Rosenvinge
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static int classId
    • Constructor Detail

      • NumericDataType

        protected NumericDataType​(java.lang.String name,
                                  int code,
                                  java.lang.Class type,
                                  PrimitiveDataType.Factory factory)
        Creates a datatype
        Parameters:
        name - the name of the type
        code - the code (id) of the type
        type - the field value used for this type