Golibri

Uses of Class
org.golibri.iso.CountryCodeRecord

Packages that use CountryCodeRecord
org.golibri.iso   
 

Uses of CountryCodeRecord in org.golibri.iso
 

Methods in org.golibri.iso that return CountryCodeRecord
static CountryCodeRecord CountryCodes.getCountryCodeRecord(java.lang.String countryCode)
           
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Alpha2CountryCode alpha2CountryCode)
           
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Alpha3CountryCode alpha3CountryCode)
           
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Numeric3CountryCode numeric3CountryCode)
           
static CountryCodeRecord[] CountryCodes.getCountryCodeRecords()
           
 


Golibri