|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurrencyCodeService
Simple interface definition to obtain currency codes and numbers.
Method Summary | |
---|---|
java.lang.String |
getCurrencyCode(java.lang.String number)
Return the currency code for the given currecy number. |
java.lang.String |
getCurrencyNumber(java.lang.String code)
Return the currency number for the given currency code. |
Method Detail |
---|
java.lang.String getCurrencyNumber(java.lang.String code)
code
- String containing the currency code.
java.lang.String getCurrencyCode(java.lang.String number)
number
- String containing the currency number.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |