public interface Country
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlpha2Code()
Returns the two-character alpha code for this country, as defined by ISO-3166-1.
|
java.lang.String |
getAlpha3Code()
Returns the three-character abbreviation for this country, as defined by ISO-3166-1.
|
java.lang.String |
getEnglishName()
Optionally returns the English name of this country.
|
short |
getNumericCode()
Returns the numeric code for this country, as defined by ISO-3166-1.
|
boolean |
isValid()
Indicates whether this country code is a valid country code or not.
|
java.lang.String getAlpha2Code()
java.lang.String getAlpha3Code()
short getNumericCode()
java.lang.String getEnglishName()
boolean isValid()
This documentation was created 2017-01-24 at 21:26 GMT by The aXSL Group and may be freely copied. See license for details.