Golibri

Uses of Class
org.golibri.iso.Alpha2CountryCode

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

Uses of Alpha2CountryCode in org.golibri.common.contact
 

Methods in org.golibri.common.contact that return Alpha2CountryCode
 Alpha2CountryCode Country.getAlpha2CountryCode()
          Gets the alpha-2 country code of this country object.
 

Constructors in org.golibri.common.contact with parameters of type Alpha2CountryCode
Country(Alpha2CountryCode countryCode)
          Constructor.
 

Uses of Alpha2CountryCode in org.golibri.iso
 

Methods in org.golibri.iso that return Alpha2CountryCode
static Alpha2CountryCode CountryCodes.getAlpha2CountryCode(java.lang.String countryCode)
          Static factory method that creates Alpha2CountryCode objects.
static Alpha2CountryCode[] CountryCodes.getAlpha2CountryCodes()
          Static method that returns all existing alpha-2 country codes.
 Alpha2CountryCode CountryCodeRecord.getAlpha2CountryCode()
          Gets the alpha-2 country code
static Alpha2CountryCode Alpha2CountryCodes.getCountryCode(java.lang.String countryCode)
          Factory method to create alpha-2 country code objects.
static Alpha2CountryCode[] Alpha2CountryCodes.getCountryCodes()
          Static method that returns all existing alpha-2 country codes.
 

Methods in org.golibri.iso with parameters of type Alpha2CountryCode
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Alpha2CountryCode alpha2CountryCode)
          Static method that returns a CountryCodeRecord for a given alpha-2 country code.
static boolean Alpha2CountryCodes.exists(Alpha2CountryCode countryCode)
          Static method to check whether an alpha-2 country code exists.
 

Constructors in org.golibri.iso with parameters of type Alpha2CountryCode
CountryCodeRecord(Alpha2CountryCode alpha2, Alpha3CountryCode alpha3, Numeric3CountryCode numeric3)
          Constructor.
 


Golibri