|
||||||||||
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
public class 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 | |
---|---|
String |
code
The 2 character country code. |
String |
name
The name of the country (in English). |
Method Summary | |
---|---|
static Iso3166 |
find(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 String code
public final String name
Method Detail |
---|
public static Iso3166 find(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 |