Package org.nuiton.i18n
Enum CountryEnum
- All Implemented Interfaces:
Serializable,Comparable<CountryEnum>,java.lang.constant.Constable
Une énumération pour représenter le pays d'une locale
ISO 3166-1:1998 (ICS n°
01.140.20).
la
liste des codes
Chaque pays est repésenté ainsi :
A2, // A3 Number Country name
- Author:
- Tony Chemit - chemit@codelutin.com
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionstatic CountryEnumReturns the enum constant of this type with the specified name.static CountryEnumvalueOf(String country, CountryEnum defaultValue) static CountryEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AF
-
AL
-
DZ
-
AS
-
AD
-
AO
-
AI
-
AQ
-
AG
-
AR
-
AM
-
AW
-
AU
-
AT
-
AZ
-
BS
-
BH
-
BD
-
BB
-
BY
-
BE
-
BZ
-
BJ
-
BM
-
BT
-
BO
-
BA
-
BW
-
BV
-
BR
-
IO
-
BN
-
BG
-
BF
-
BI
-
KH
-
CM
-
CA
-
CV
-
KY
-
CF
-
TD
-
CL
-
CN
-
CX
-
CC
-
CO
-
KM
-
CG
-
CK
-
CR
-
CI
-
HR
-
CU
-
CY
-
CZ
-
DK
-
DJ
-
DM
-
DO
-
TP
-
EC
-
EG
-
SV
-
GQ
-
ER
-
EE
-
ET
-
FK
-
FO
-
FJ
-
FI
-
FR
-
FX
-
GF
-
PF
-
TF
-
GA
-
GM
-
GE
-
DE
-
GH
-
GI
-
GR
-
GL
-
GD
-
GP
-
GU
-
GT
-
GN
-
GW
-
GY
-
HT
-
HM
-
HN
-
HK
-
HU
-
IS
-
IN
-
ID
-
IR
-
IQ
-
IE
-
IL
-
IT
-
JM
-
JP
-
JO
-
KZ
-
KE
-
KI
-
KP
-
KR
-
KW
-
KG
-
LA
-
LV
-
LB
-
LS
-
LR
-
LY
-
LI
-
LT
-
LU
-
MO
-
MK
-
MG
-
MW
-
MY
-
MV
-
ML
-
MT
-
MH
-
MQ
-
MR
-
MU
-
YT
-
MX
-
FM
-
MD
-
MC
-
MN
-
MS
-
MA
-
MZ
-
MM
-
NA
-
NR
-
NP
-
NL
-
AN
-
NC
-
NZ
-
NI
-
NE
-
NG
-
NU
-
NF
-
MP
-
NO
-
OM
-
PK
-
PW
-
PA
-
PG
-
PY
-
PE
-
PH
-
PN
-
PL
-
PT
-
PR
-
QA
-
RE
-
RO
-
RU
-
RW
-
KN
-
LC
-
VC
-
WS
-
SM
-
ST
-
SA
-
SN
-
SC
-
SL
-
SG
-
SK
-
SI
-
SB
-
SO
-
ZA
-
ES
-
LK
-
SH
-
PM
-
SD
-
SR
-
SJ
-
SZ
-
SE
-
CH
-
SY
-
TW
-
TJ
-
TZ
-
TH
-
TG
-
TK
-
TO
-
TT
-
TN
-
TR
-
TM
-
TC
-
TV
-
UG
-
UA
-
AE
-
GB
-
US
-
UM
-
UY
-
UZ
-
VU
-
VA
-
VE
-
VN
-
VG
-
VI
-
WF
-
EH
-
YE
-
YU
-
ZR
-
ZM
-
ZW
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
-