|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.rdf.arp.lang.Iso3166
Country code names from ISO 3166.
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
Field Summary | |
java.lang.String |
code
The 2 character country code. |
java.lang.String |
name
The name of the country (in English). |
Method Summary | |
static Iso3166 |
find(java.lang.String countryId)
Look a country code up in the list. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final java.lang.String code
public final java.lang.String name
Method Detail |
public static Iso3166 find(java.lang.String countryId)
countryId
- The country code to look up.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |