|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.translate.AmtInWords_IN
public class AmtInWords_IN
Amount in Words for Bahasa Indonesia
| Constructor Summary | |
|---|---|
AmtInWords_IN()
AmtInWords_IN |
|
| Method Summary | |
|---|---|
String |
getAmtInWords(String amount)
Get Amount in Words |
static void |
main(String[] args)
Test |
static String |
sayNumber(double number)
Convenient method for #sayNumber(StringBuffer, long). |
static String |
sayNumber(StringBuffer appendTo,
double number)
Say a number. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AmtInWords_IN()
| Method Detail |
|---|
public static String sayNumber(double number)
#sayNumber(StringBuffer, long).
number - number to say
public static String sayNumber(StringBuffer appendTo,
double number)
throws IllegalArgumentException
appendTo - the string buffernumber - number to say
IllegalArgumentException - if the number equals to Long.MIN_VALUE
public String getAmtInWords(String amount)
throws Exception
getAmtInWords in interface AmtInWordsamount - numeric amount (352.80)
Exceptionpublic static void main(String[] args)
args - ignored
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||