IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.fx
Interface CurrencyResource

All Known Implementing Classes:
CurrencyResourceImpl

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

getScale

int getScale(java.lang.String currency)
Returns the scale of a given currency.

Parameters:
currency - the currency code of the currency
Returns:
the scale of the currency

getSymbol

java.lang.String getSymbol(java.lang.String currency)
Returns the symbol of a given currency.

Parameters:
currency - the currency code of the currency
Returns:
the scale of the currency

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011