|
Golibri | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.golibri.iso.Numeric3CountryCodes
| Constructor Summary | |
Numeric3CountryCodes()
|
|
| Method Summary | |
static boolean |
exists(int countryCode)
Static method to check whether an numeric-3 country code exists. |
static boolean |
exists(Numeric3CountryCode countryCode)
Static method to check whether an numeric-3 country code exists. |
static boolean |
exists(java.lang.String countryCode)
Static method to check whether an numeric-3 country code exists. |
static Numeric3CountryCode |
getCountryCode(int countryCode)
Factory method to create numeric-3 country code objects. |
static Numeric3CountryCode[] |
getCountryCodes()
Static method that returns all existing numeric-3 country codes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Numeric3CountryCodes()
| Method Detail |
public static Numeric3CountryCode getCountryCode(int countryCode)
countryCode - int parameter containing the numeric-3 country code
java.lang.IllegalArgumentException - If the parameter countryCode is not well-formatted or does not exist in the ISO 3166 Standardpublic static Numeric3CountryCode[] getCountryCodes()
public static boolean exists(Numeric3CountryCode countryCode)
countryCode - The numeric-3 country code that needs to be checked
public static boolean exists(java.lang.String countryCode)
countryCode - The country code that needs to be checked
public static boolean exists(int countryCode)
countryCode - The country code that needs to be checked
|
Golibri | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||