psdi.mbo

Class MboDECIMALValue

  • All Implemented Interfaces:
    MboConstants


    public class MboDECIMALValue
    extends MboValue
    Decimal field
    • Constructor Detail

      • MboDECIMALValue

        public MboDECIMALValue()
    • Method Detail

      • getType

        public int getType()
        Return the type defined in MXFormat
        Specified by:
        getType in class MboValue
      • checkForRoundForDouble

        public void checkForRoundForDouble(double d,
                                           int leftOfDecimal)
                                    throws MXException
        Check if after round the decimal exceeds the maximum length or not.
        Parameters:
        d -
        leftOfDecimal -
        Throws:
        MXException