Uses of Enum
org.nuiton.i18n.CountryEnum
Packages that use CountryEnum
-
Uses of CountryEnum in org.nuiton.i18n
Methods in org.nuiton.i18n that return CountryEnumModifier and TypeMethodDescriptionstatic CountryEnumReturns the enum constant of this type with the specified name.static CountryEnumCountryEnum.valueOf(String country, CountryEnum defaultValue) static CountryEnum[]CountryEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuiton.i18n with parameters of type CountryEnumModifier and TypeMethodDescriptionstatic CountryEnumCountryEnum.valueOf(String country, CountryEnum defaultValue)