Package sawfowl.localeapi.api
Enum Class EnumLocales
- All Implemented Interfaces:
Serializable
,Comparable<EnumLocales>
,Constable
-
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 Locale
abstract Locale
get()
abstract String
static Locale
abstract String
abstract String
getTag()
getTags()
static EnumLocales
Returns the enum constant of this class with the specified name.static EnumLocales[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AF_ZA
-
AR_SA
-
AST_ES
-
AZ_AZ
-
BG_BG
-
CA_ES
-
CS_CZ
-
CY_GB
-
DA_DK
-
DE_DE
-
EL_GR
-
EN_AU
-
EN_CA
-
EN_GB
-
EN_PT
-
EN_US
-
EO_UY
-
ES_AR
-
ES_ES
-
ES_MX
-
ES_UY
-
ES_VE
-
ET_EE
-
EU_ES
-
FA_IR
-
FI_FI
-
FIL_PH
-
FR_CA
-
FR_FR
-
GA_IE
-
GL_ES
-
GV_IM
-
HE_IL
-
HI_IN
-
HR_HR
-
HU_HU
-
HY_AM
-
ID_ID
-
IS_IS
-
IT_IT
-
JA_JP
-
KA_GE
-
KO_KR
-
KW_GB
-
LA_LA
-
LB_LU
-
LT_LT
-
LV_LV
-
MI_NZ
-
MS_MY
-
MT_MT
-
NDS_DE
-
NL_NL
-
NN_NO
-
NO_NO
-
OC_FR
-
PL_PL
-
PT_BR
-
PT_PT
-
QYA_AA
-
RO_RO
-
RU_RU
-
SE_NO
-
SK_SK
-
SL_SI
-
SR_SP
-
SV_SE
-
TH_TH
-
TLH_AA
-
TR_TR
-
UK_UA
-
VAL_ES
-
VI_VN
-
ZH_CN
-
ZH_TW
-
-
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
-
get
-
getDefault
-
getTag
-
getCountry
-
getDispayName
-
getLocales
-
getTags
-
getCountries
-
getDispayNames
-
find
-