|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurrencyResource
The common interface of CurrencyResource classes that define a table that stores currency character codes and their coresponding currency scale (the number of decimal places used) and currency symbol.
Method Summary | |
---|---|
int |
getScale(java.lang.String currency)
Returns the scale of a given currency. |
java.lang.String |
getSymbol(java.lang.String currency)
Returns the symbol of a given currency. |
Method Detail |
---|
int getScale(java.lang.String currency)
currency
- the currency code of the currency
java.lang.String getSymbol(java.lang.String currency)
currency
- the currency code of the currency
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |