Golibri

Uses of Class
org.golibri.iso.Numeric3CountryCode

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

Uses of Numeric3CountryCode in org.golibri.common.contact
 

Methods in org.golibri.common.contact that return Numeric3CountryCode
 Numeric3CountryCode Country.getNumeric3CountryCode()
           
 

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

Uses of Numeric3CountryCode in org.golibri.iso
 

Methods in org.golibri.iso that return Numeric3CountryCode
static Numeric3CountryCode Numeric3CountryCodes.getCountryCode(int countryCode)
          Factory method to create country code objects.
static Numeric3CountryCode[] Numeric3CountryCodes.getCountryCodes()
           
static Numeric3CountryCode CountryCodes.getNumeric3CountryCode(int countryCode)
          Static factory method that creates Numeric3CountryCode objects.
static Numeric3CountryCode[] CountryCodes.getNumeric3CountryCodes()
          Static method that returns all existing numeric-3 country codes.
 Numeric3CountryCode CountryCodeRecord.getNumeric3CountryCode()
          Gets the numeric-3 country code
 

Methods in org.golibri.iso with parameters of type Numeric3CountryCode
static boolean Numeric3CountryCodes.exists(Numeric3CountryCode countryCode)
          Method to check whether a country code exists.
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Numeric3CountryCode numeric3CountryCode)
           
 

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


Golibri