com.hp.hpl.jena.rdf.arp.lang
Class Iso3166
java.lang.Object
|
+--com.hp.hpl.jena.rdf.arp.lang.Iso3166
- public class Iso3166
- extends java.lang.Object
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
- Author:
- jjc
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 |
code
public final java.lang.String code
- The 2 character country code.
name
public final java.lang.String name
- The name of the country (in English).
find
public static Iso3166 find(java.lang.String countryId)
- Look a country code up in the list.
- Parameters:
countryId
- The country code to look up.- Returns:
- The corresponding Iso3166 object,
or null if not in the list.
Copyright © 2001 Hewlett-Packard. All Rights Reserved.