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 method that returns a CountryCodeRecord object.
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Alpha2CountryCode alpha2CountryCode)
          Static method that returns a CountryCodeRecord for a given alpha-2 country code.
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Alpha3CountryCode alpha3CountryCode)
          Static method that returns a CountryCodeRecord for a given alpha-3 country code.
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Numeric3CountryCode numeric3CountryCode)
          Static method that returns a CountryCodeRecord for a given numeric-3 country code.
static CountryCodeRecord[] CountryCodes.getCountryCodeRecords()
          Static method that returns an array of CountryCodeRecord objects containing the country codes for all existing countries.
 


Golibri