Uses of Class
org.nuiton.i18n.CountryEnum
| Package | Description |
|---|---|
| org.nuiton.i18n |
-
Uses of CountryEnum in org.nuiton.i18n
Methods in org.nuiton.i18n that return CountryEnum Modifier and Type Method Description static CountryEnumCountryEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CountryEnumCountryEnum. valueOf(java.lang.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 CountryEnum Modifier and Type Method Description static CountryEnumCountryEnum. valueOf(java.lang.String country, CountryEnum defaultValue)