Package com.graphhopper.routing.ev
Enum Class Country
- All Implemented Interfaces:
Serializable
,Comparable<Country>
,Constable
The enum constants correspond to the ISO3166-1:alpha3 code of the corresponding country.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic EnumEncodedValue<Country>
create()
static Country
toString()
static Country
Returns the enum constant of this class with the specified name.static Country[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MISSING
-
AFG
-
AGO
-
AIA
-
ALB
-
AND
-
ARE
-
ARG
-
ARM
-
ATG
-
AUS
-
AUT
-
AZE
-
BDI
-
BEL
-
BEN
-
BFA
-
BGD
-
BGR
-
BHR
-
BHS
-
BIH
-
BLR
-
BLZ
-
BMU
-
BOL
-
BRA
-
BRB
-
BRN
-
BTN
-
BWA
-
CAF
-
CAN
-
CHE
-
CHL
-
CHN
-
CIV
-
CMR
-
COD
-
COG
-
COK
-
COL
-
COM
-
CPV
-
CRI
-
CUB
-
CYM
-
CYP
-
CZE
-
DEU
-
DJI
-
DMA
-
DNK
-
DOM
-
DZA
-
ECU
-
EGY
-
ERI
-
ESP
-
EST
-
ETH
-
FIN
-
FJI
-
FLK
-
FRA
-
FRO
-
FSM
-
GAB
-
GBR
-
GEO
-
GGY
-
GHA
-
GIB
-
GIN
-
GMB
-
GNB
-
GNQ
-
GRC
-
GRD
-
GRL
-
GTM
-
GUY
-
HND
-
HRV
-
HTI
-
HUN
-
IDN
-
IMN
-
IND
-
IOT
-
IRL
-
IRN
-
IRQ
-
ISL
-
ISR
-
ITA
-
JAM
-
JEY
-
JOR
-
JPN
-
KAZ
-
KEN
-
KGZ
-
KHM
-
KIR
-
KNA
-
KOR
-
KWT
-
LAO
-
LBN
-
LBR
-
LBY
-
LCA
-
LIE
-
LKA
-
LSO
-
LTU
-
LUX
-
LVA
-
MAR
-
MCO
-
MDA
-
MDG
-
MDV
-
MEX
-
MHL
-
MKD
-
MLI
-
MLT
-
MMR
-
MNE
-
MNG
-
MOZ
-
MRT
-
MSR
-
MUS
-
MWI
-
MYS
-
NAM
-
NER
-
NGA
-
NIC
-
NIU
-
NLD
-
NOR
-
NPL
-
NRU
-
NZL
-
OMN
-
PAK
-
PAN
-
PCN
-
PER
-
PHL
-
PLW
-
PNG
-
POL
-
PRK
-
PRT
-
PRY
-
PSE
-
QAT
-
ROU
-
RUS
-
RWA
-
SAU
-
SDN
-
SEN
-
SGP
-
SGS
-
SHN
-
SLB
-
SLE
-
SLV
-
SMR
-
SOM
-
SRB
-
SSD
-
STP
-
SUR
-
SVK
-
SVN
-
SWE
-
SWZ
-
SYC
-
SYR
-
TCA
-
TCD
-
TGO
-
THA
-
TJK
-
TKL
-
TKM
-
TLS
-
TON
-
TTO
-
TUN
-
TUR
-
TUV
-
TWN
-
TZA
-
UGA
-
UKR
-
URY
-
USA
-
UZB
-
VAT
-
VCT
-
VEN
-
VGB
-
VNM
-
VUT
-
WSM
-
XKX
-
YEM
-
ZAF
-
ZMB
-
ZWE
-
-
Field Details
-
KEY
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCountryName
- Returns:
- the name of this country. Avoids clash with name() method of this enum.
-
getAlpha2
- Returns:
- the ISO 3166-1:alpha2 code of this country
-
getAlpha3
-
getStates
-
create
-
find
- Parameters:
iso
- should be ISO 3166-1 alpha-2
-
toString
-