public class ICAOCountry extends Country
ISOCountry.
Contributed by Aleksandar Kamburov (wise_guybg).| Modifier and Type | Field and Description |
|---|---|
static ICAOCountry |
DE |
static ICAOCountry |
GBD |
static ICAOCountry |
GBN |
static ICAOCountry |
GBO |
static ICAOCountry |
GBP |
static ICAOCountry |
GBS |
static ICAOCountry |
UNA |
static ICAOCountry |
UNK |
static ICAOCountry |
UNO |
static ICAOCountry |
XCC |
static ICAOCountry |
XOM |
static ICAOCountry |
XXA |
static ICAOCountry |
XXB |
static ICAOCountry |
XXC |
static ICAOCountry |
XXX |
| Modifier and Type | Method and Description |
|---|---|
static Country |
getInstance(String alpha3Code)
Gets an ICAO country instance.
|
String |
getName()
Gets the full name of the country.
|
String |
toAlpha2Code()
Gets the two-digit country code.
|
String |
toAlpha3Code()
Gets the three-digit country code.
|
int |
valueOf() |
getInstance, valuespublic static final ICAOCountry DE
public static final ICAOCountry GBD
public static final ICAOCountry GBN
public static final ICAOCountry GBO
public static final ICAOCountry GBP
public static final ICAOCountry GBS
public static final ICAOCountry UNO
public static final ICAOCountry UNA
public static final ICAOCountry UNK
public static final ICAOCountry XOM
public static final ICAOCountry XCC
public static final ICAOCountry XXA
public static final ICAOCountry XXB
public static final ICAOCountry XXC
public static final ICAOCountry XXX
public static Country getInstance(String alpha3Code)
alpha3Code - a three-digit ICAO country codepublic String getName()
public String toAlpha2Code()
toAlpha2Code in class Countrypublic String toAlpha3Code()
toAlpha3Code in class Country