Golibri

Uses of Class
org.golibri.iso.CurrencyCode

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

Uses of CurrencyCode in org.golibri.common.contact
 

Methods in org.golibri.common.contact that return CurrencyCode
 CurrencyCode Country.getCurrencyCode()
           
 

Uses of CurrencyCode in org.golibri.iso
 

Methods in org.golibri.iso that return CurrencyCode
static CurrencyCode CurrencyCodes.getCurrencyCode(java.lang.String currencyCodeString)
          Factory method to create country code objects.
static CurrencyCode[] CurrencyCodes.getCurrencyCodes()
           
 

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


Golibri