Golibri

Uses of Class
org.golibri.iso.Alpha3CountryCode

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

Uses of Alpha3CountryCode in org.golibri.common.contact
 

Methods in org.golibri.common.contact that return Alpha3CountryCode
 Alpha3CountryCode Country.getAlpha3CountryCode()
           
 

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

Uses of Alpha3CountryCode in org.golibri.iso
 

Methods in org.golibri.iso that return Alpha3CountryCode
static Alpha3CountryCode CountryCodes.getAlpha3CountryCode(java.lang.String countryCode)
          Static factory method that creates Alpha3CountryCode objects.
static Alpha3CountryCode[] CountryCodes.getAlpha3CountryCodes()
          Static method that returns all existing alpha-3 country codes.
 Alpha3CountryCode CountryCodeRecord.getAlpha3CountryCode()
          Gets the alpha-3 country code
static Alpha3CountryCode Alpha3CountryCodes.getCountryCode(java.lang.String countryCode)
          Factory method to create alpha-3 country code objects.
static Alpha3CountryCode[] Alpha3CountryCodes.getCountryCodes()
          Static method that returns all existing alpha-3 country codes.
 

Methods in org.golibri.iso with parameters of type Alpha3CountryCode
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Alpha3CountryCode alpha3CountryCode)
           
static boolean Alpha3CountryCodes.exists(Alpha3CountryCode countryCode)
          Method to check whether an alpha-3 country code exists.
 

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


Golibri