Uses of Class
com.primavera.integration.client.bo.enm.CurrencySeparator
Packages that use CurrencySeparator
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of CurrencySeparator in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as CurrencySeparatorModifier and TypeFieldDescriptionstatic final CurrencySeparatorCurrencySeparator.COMMAstatic final CurrencySeparatorCurrencySeparator.NULLstatic final CurrencySeparatorCurrencySeparator.PERIODMethods in com.primavera.integration.client.bo.enm that return CurrencySeparatorModifier and TypeMethodDescriptionstatic CurrencySeparatorCurrencySeparator.getCurrencySeparator(int iCurrencySeparator) Gets an instance of CurrencySeparator based on the integer value specified.static CurrencySeparatorCurrencySeparator.getCurrencySeparator(String sCurrencySeparator) Gets an instance of CurrencySeparator based on the String value specified. -
Uses of CurrencySeparator in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return CurrencySeparatorModifier and TypeMethodDescriptionCurrency.getDecimalSymbol()Gets the decimal symbol displayed.Currency.getDigitGroupingSymbol()Gets the symbol used to group the numbers.Methods in com.primavera.integration.client.bo.object with parameters of type CurrencySeparatorModifier and TypeMethodDescriptionvoidCurrency.setDecimalSymbol(CurrencySeparator enm) Sets the decimal symbol displayed.voidCurrency.setDigitGroupingSymbol(CurrencySeparator enm) Sets the symbol used to group the numbers.