Golibri

Uses of Class
org.golibri.iso.CurrencyCode

Packages that use CurrencyCode
org.golibri.common.finance   
org.golibri.iso   
 

Uses of CurrencyCode in org.golibri.common.finance
 

Methods in org.golibri.common.finance that return CurrencyCode
 CurrencyCode Currency.getCurrencyCode()
          Gets the currency code of this currency object.
 

Constructors in org.golibri.common.finance with parameters of type CurrencyCode
Currency(CurrencyCode currencyCode)
          Constructor.
 

Uses of CurrencyCode in org.golibri.iso
 

Methods in org.golibri.iso that return CurrencyCode
static CurrencyCode CurrencyCodes.getCurrencyCode(java.lang.String currencyCode)
          Static factory method to create currency code objects.
static CurrencyCode[] CurrencyCodes.getCurrencyCodes()
          Static method that returns all existing currency codes.
 

Methods in org.golibri.iso with parameters of type CurrencyCode
static boolean CurrencyCodes.exists(CurrencyCode currencyCode)
          Static method to check whether a currency code exists.
 


Golibri