Uses of Class
com.erudika.para.core.i18n.CurrencyUtils
-
Packages that use CurrencyUtils Package Description com.erudika.para.core.i18n The internationalization module - handles translations and currencies. -
-
Uses of CurrencyUtils in com.erudika.para.core.i18n
Methods in com.erudika.para.core.i18n that return CurrencyUtils Modifier and Type Method Description static CurrencyUtilsCurrencyUtils. getInstance()Returns an instance of this class.static CurrencyUtilsCurrencyUtils. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrencyUtils[]CurrencyUtils. values()Returns an array containing the constants of this enum type, in the order they are declared.
-