| |
|
| java.lang.Object com.hp.hpl.jena.rdf.arp.lang.Iso3166
Field Summary | |
final static Map | all | final public String | code The 2 character country code. | final public String | name The name of the country (in English). |
Method Summary | |
public static Iso3166 | find(String countryId) Look a country code up in the list.
Parameters: countryId - The country code to look up. |
code | final public String code(Code) | | The 2 character country code.
|
name | final public String name(Code) | | The name of the country (in English).
|
find | public static Iso3166 find(String countryId)(Code) | | Look a country code up in the list.
Parameters: countryId - The country code to look up. The corresponding Iso3166 object,or null if not in the list. |
|
|
|