|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of CountryCode in <Unnamed> |
|---|
| Methods in <Unnamed> that return CountryCode | |
|---|---|
static CountryCode |
CountryCode.getByCode(int code)
Get a CountryCode that corresponds to a given ISO 3166-1 numeric code. |
static CountryCode |
CountryCode.getByCode(java.lang.String code)
Get a CountryCode that corresponds to a given ISO 3166-1 alpha-2 or alpha-3 code. |
static CountryCode |
CountryCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CountryCode[] |
CountryCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||