public class Iso3166 extends Object
An encapsulation of registry of ISO 3166. This was updated on 24th July 2001 from http://www.din.de/gremien/nas/nabd/iso3166ma/codlstp1/db_en.html
Modifier and Type | Field and Description |
---|---|
String |
code
The 2 character country code.
|
String |
name
The name of the country (in English).
|
Modifier and Type | Method and Description |
---|---|
static Iso3166 |
find(String countryId)
Look a country code up in the list.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.