Enum ECountrySubName
- All Implemented Interfaces:
IHasDisplayText,Serializable,Comparable<ECountrySubName>,java.lang.constant.Constable
Country sub-element name enum.
- Author:
- Philip Helger
-
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 TypeMethodDescriptiongetDisplayText(Locale aContentLocale) static ECountrySubNameReturns the enum constant of this type with the specified name.static ECountrySubName[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.helger.commons.text.display.IHasDisplayText
getAsHasText
-
Enum Constant Details
-
AU_ACT
-
AU_NSW
-
AU_NT
-
AU_QLD
-
AU_SA
-
AU_TAS
-
AU_VIC
-
AU_WA
-
BA_FBH
-
BA_RS
-
CA_AB
-
CA_BC
-
CA_MB
-
CA_NB
-
CA_NL
-
CA_NS
-
CA_NT
-
CA_NU
-
CA_ON
-
CA_PE
-
CA_QC
-
CA_SK
-
CA_YT
-
CH_AG
-
CH_AI
-
CH_AR
-
CH_BE
-
CH_BL
-
CH_BS
-
CH_FR
-
CH_GE
-
CH_GL
-
CH_GR
-
CH_JU
-
CH_LU
-
CH_NE
-
CH_NW
-
CH_OW
-
CH_SG
-
CH_SH
-
CH_SO
-
CH_SZ
-
CH_TG
-
CH_TI
-
CH_UR
-
CH_VD
-
CH_VS
-
CH_ZG
-
CH_ZH
-
DE_B
-
DE_BB
-
DE_BW
-
DE_BY
-
DE_HB
-
DE_HE
-
DE_HH
-
DE_MV
-
DE_NI
-
DE_NW
-
DE_RP
-
DE_SH
-
DE_SL
-
DE_SN
-
DE_ST
-
DE_TH
-
FR_BR
-
FR_GU
-
FR_GY
-
FR_HR
-
FR_LR
-
FR_MA
-
FR_MO
-
IN_AN
-
IN_AP
-
IN_AR
-
IN_AS
-
IN_BR
-
IN_CH
-
IN_CT
-
IN_DD
-
IN_DL
-
IN_DN
-
IN_GA
-
IN_GJ
-
IN_HP
-
IN_HR
-
IN_JH
-
IN_JK
-
IN_KA
-
IN_KL
-
IN_LD
-
IN_MH
-
IN_ML
-
IN_MN
-
IN_MP
-
IN_MZ
-
IN_NL
-
IN_OR
-
IN_PB
-
IN_PY
-
IN_RJ
-
IN_SK
-
IN_TN
-
IN_TR
-
IN_UL
-
IN_UP
-
IN_WB
-
IT_BZ
-
MD_CH
-
UK_AL
-
UK_EN
-
UK_GU
-
UK_IM
-
UK_JE
-
UK_NI
-
UK_SC
-
UK_WA
-
US_AK
-
US_AL
-
US_AR
-
US_AZ
-
US_BE
-
US_CA
-
US_CO
-
US_CT
-
US_DC
-
US_DE
-
US_FL
-
US_GA
-
US_HI
-
US_IA
-
US_ID
-
US_IL
-
US_IN
-
US_KS
-
US_KY
-
US_LA
-
US_MA
-
US_MD
-
US_ME
-
US_MI
-
US_MN
-
US_MO
-
US_MS
-
US_MT
-
US_NC_CE
-
US_NC_ME
-
US_NC
-
US_ND
-
US_NE
-
US_NH
-
US_NJ
-
US_NM
-
US_NV
-
US_NY_NYC
-
US_NY
-
US_OH
-
US_OK
-
US_OR
-
US_PA
-
US_RI
-
US_SC
-
US_SD
-
US_TN
-
US_TX
-
US_UT
-
US_VA
-
US_VT
-
US_WA
-
US_WI
-
US_WV
-
US_WY
-
-
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
-
getDisplayText
- Specified by:
getDisplayTextin interfaceIHasDisplayText- Parameters:
aContentLocale- The locale to be used for resolving. May not benull.- Returns:
- The display text of the object in the given locale. May be
nullif the text could not be resolved in the passed locale.
-