C G V

G

getAlpha2() - Method in enum CountryCode
Get the ISO 3166-1 alpha-2 code.
getAlpha3() - Method in enum CountryCode
Get the ISO 3166-1 alpha-3 code.
getByCode(String) - Static method in enum CountryCode
Get a CountryCode that corresponds to a given ISO 3166-1 alpha-2 or alpha-3 code.
getByCode(int) - Static method in enum CountryCode
Get a CountryCode that corresponds to a given ISO 3166-1 numeric code.
getName() - Method in enum CountryCode
Get the country name.
getNumeric() - Method in enum CountryCode
Get the ISO 3166-1 numeric code.

C G V