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()
          Gets the numeric-3 country code of this country object.
 

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

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 numeric-3 country code objects.
static Numeric3CountryCode[] Numeric3CountryCodes.getCountryCodes()
          Static method that returns all existing numeric-3 country codes.
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)
          Static method to check whether an numeric-3 country code exists.
static CountryCodeRecord CountryCodes.getCountryCodeRecord(Numeric3CountryCode numeric3CountryCode)
          Static method that returns a CountryCodeRecord for a given numeric-3 country code.
 

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


Golibri