Uses of Class
com.primavera.integration.client.bo.enm.NegativeCurrencyFormat
Packages that use NegativeCurrencyFormat
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of NegativeCurrencyFormat in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as NegativeCurrencyFormatModifier and TypeFieldDescriptionstatic final NegativeCurrencyFormatNegativeCurrencyFormat.NULLstatic final NegativeCurrencyFormatNegativeCurrencyFormat.NUMBER_SIGN_SPACE_SYMBOLstatic final NegativeCurrencyFormatNegativeCurrencyFormat.NUMBER_SIGN_SYMBOLstatic final NegativeCurrencyFormatNegativeCurrencyFormat.NUMBER_SPACE_SYMBOL_SIGNstatic final NegativeCurrencyFormatNegativeCurrencyFormat.NUMBER_SYMBOL_SIGNstatic final NegativeCurrencyFormatNegativeCurrencyFormat.PARENTHESIS_NUMBER_SPACE_SYMBOLstatic final NegativeCurrencyFormatNegativeCurrencyFormat.PARENTHESIS_NUMBER_SYMBOLstatic final NegativeCurrencyFormatNegativeCurrencyFormat.PARENTHESIS_SYMBOL_NUMBERstatic final NegativeCurrencyFormatNegativeCurrencyFormat.PARENTHESIS_SYMBOL_SPACE_NUMBERstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SIGN_NUMBER_SPACE_SYMBOLstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SIGN_NUMBER_SYMBOLstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SIGN_SYMBOL_NUMBERstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SIGN_SYMBOL_SPACE_NUMBERstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SYMBOL_NUMBER_SIGNstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SYMBOL_SIGN_NUMBERstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SYMBOL_SPACE_NUMBER_SIGNstatic final NegativeCurrencyFormatNegativeCurrencyFormat.SYMBOL_SPACE_SIGN_NUMBERMethods in com.primavera.integration.client.bo.enm that return NegativeCurrencyFormatModifier and TypeMethodDescriptionstatic NegativeCurrencyFormatNegativeCurrencyFormat.getNegativeCurrencyFormat(int iNegativeCurrencyFormat) Gets an instance of NegativeCurrencyFormat based on the integer value specified.static NegativeCurrencyFormatNegativeCurrencyFormat.getNegativeCurrencyFormat(String sNegativeCurrencyFormat) Gets an instance of NegativeCurrencyFormat based on the String value specified. -
Uses of NegativeCurrencyFormat in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return NegativeCurrencyFormatModifier and TypeMethodDescriptionCurrency.getNegativeSymbol()Gets the symbol used to display a negative currency.Methods in com.primavera.integration.client.bo.object with parameters of type NegativeCurrencyFormatModifier and TypeMethodDescriptionvoidCurrency.setNegativeSymbol(NegativeCurrencyFormat enm) Sets the symbol used to display a negative currency.