public final class ISO3166Entry extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlpha2Code()
Returns a two-letter code that represents a country name, recommended as
the general purpose code
|
String |
getAlpha3Code()
Returns a three-letter code that represents a country name, which is
usually more closely related to the country name
|
String |
getEnglishShortName()
Return country name in English
|
String |
getFrenchShortName()
Return country name in French
|
int |
getNumeric()
Returns a numeric code
|
int |
hashCode() |
String |
toString() |
public String getEnglishShortName()
public String getFrenchShortName()
public String getAlpha2Code()
public String getAlpha3Code()
public int getNumeric()
Copyright © 2015. All rights reserved.