Uses of Enum
org.nuiton.i18n.CountryEnum
Packages that use CountryEnum
-
Uses of CountryEnum in org.nuiton.i18n
Subclasses with type arguments of type CountryEnum in org.nuiton.i18nModifier and TypeClassDescriptionenumUne énumération pour représenter le pays d'une localeISO 3166-1:1998 (ICS n° 01.140.20).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)