Class DecimalTypeIdImpl

    • Constructor Detail

      • DecimalTypeIdImpl

        public DecimalTypeIdImpl()
        Public niladic constructor. Needed for Serializable interface to work.
      • DecimalTypeIdImpl

        public DecimalTypeIdImpl​(boolean isNumeric)
    • Method Detail

      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Read this object from a stream of stored objects.
        Specified by:
        readExternal in interface java.io.Externalizable
        Overrides:
        readExternal in class BaseTypeIdImpl
        Parameters:
        in - read this.
        Throws:
        java.io.IOException - thrown on error
        java.lang.ClassNotFoundException - thrown on error
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Write this object to a stream of stored objects.
        Specified by:
        writeExternal in interface java.io.Externalizable
        Overrides:
        writeExternal in class BaseTypeIdImpl
        Parameters:
        out - write bytes here.
        Throws:
        java.io.IOException - thrown on error
      • setNumericType

        private void setNumericType()