psdi.mbo

Class MboAMOUNTValue

  • All Implemented Interfaces:
    MboConstants


    public class MboAMOUNTValue
    extends MboValue
    Currency field
    • Constructor Detail

      • MboAMOUNTValue

        public MboAMOUNTValue()
    • Method Detail

      • getType

        public int getType()
        Return type as 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