Uses of Class
com.java_podio.code_gen.static_classes.PodioCurrency
-
Packages that use PodioCurrency Package Description com.java_podio.code_gen.static_classes -
-
Uses of PodioCurrency in com.java_podio.code_gen.static_classes
Methods in com.java_podio.code_gen.static_classes that return PodioCurrency Modifier and Type Method Description static PodioCurrencyPodioCurrency. parseString(String text)CreatesPodioCurrencywith value from text, using the current locale.
Includes trim operation.Methods in com.java_podio.code_gen.static_classes with parameters of type PodioCurrency Modifier and Type Method Description static StringPodioCurrency. toString(PodioCurrency currency, NumberFormat format)
-