Interface AmtInWords

All Known Implementing Classes:
AmtInWords_BG, AmtInWords_CA, AmtInWords_EN, AmtInWords_ES, AmtInWords_FA, AmtInWords_FR, AmtInWords_HR, AmtInWords_HU, AmtInWords_IN, AmtInWords_IT, AmtInWords_MS, AmtInWords_PL, AmtInWords_PT, AmtInWords_SR, AmtInWords_TH, AmtInWords_VI, AmtInWords_ZH

public interface AmtInWords
Interface for Convert amount to words.
Version:
$Id: AmtInWords.java,v 1.3 2006/07/30 00:54:36 jjanke Exp $
Author:
Jorg Janke
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Get Amount in Words
  • Method Details

    • getAmtInWords

      String getAmtInWords(String amount) throws Exception
      Get Amount in Words
      Parameters:
      amount - numeric amount (352.80)
      Returns:
      amount in words (three*five*two 80/100)
      Throws:
      Exception