Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.enm.NegativeCurrencyFormat

Packages that use NegativeCurrencyFormat
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of NegativeCurrencyFormat in com.primavera.integration.client.bo.enm
 

Fields in com.primavera.integration.client.bo.enm declared as NegativeCurrencyFormat
static NegativeCurrencyFormat NegativeCurrencyFormat.NULL
           
static NegativeCurrencyFormat NegativeCurrencyFormat.NUMBER_SIGN_SPACE_SYMBOL
           
static NegativeCurrencyFormat NegativeCurrencyFormat.NUMBER_SIGN_SYMBOL
           
static NegativeCurrencyFormat NegativeCurrencyFormat.NUMBER_SPACE_SYMBOL_SIGN
           
static NegativeCurrencyFormat NegativeCurrencyFormat.NUMBER_SYMBOL_SIGN
           
static NegativeCurrencyFormat NegativeCurrencyFormat.PARENTHESIS_NUMBER_SPACE_SYMBOL
           
static NegativeCurrencyFormat NegativeCurrencyFormat.PARENTHESIS_NUMBER_SYMBOL
           
static NegativeCurrencyFormat NegativeCurrencyFormat.PARENTHESIS_SYMBOL_NUMBER
           
static NegativeCurrencyFormat NegativeCurrencyFormat.PARENTHESIS_SYMBOL_SPACE_NUMBER
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SIGN_NUMBER_SPACE_SYMBOL
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SIGN_NUMBER_SYMBOL
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SIGN_SYMBOL_NUMBER
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SIGN_SYMBOL_SPACE_NUMBER
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SYMBOL_NUMBER_SIGN
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SYMBOL_SIGN_NUMBER
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SYMBOL_SPACE_NUMBER_SIGN
           
static NegativeCurrencyFormat NegativeCurrencyFormat.SYMBOL_SPACE_SIGN_NUMBER
           
 

Methods in com.primavera.integration.client.bo.enm that return NegativeCurrencyFormat
static NegativeCurrencyFormat NegativeCurrencyFormat.getNegativeCurrencyFormat(int iNegativeCurrencyFormat)
          Gets an instance of NegativeCurrencyFormat based on the integer value specified.
static NegativeCurrencyFormat NegativeCurrencyFormat.getNegativeCurrencyFormat(java.lang.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 NegativeCurrencyFormat
 NegativeCurrencyFormat Currency.getNegativeSymbol()
          Gets the symbol used to display a negative currency.
 

Methods in com.primavera.integration.client.bo.object with parameters of type NegativeCurrencyFormat
 void Currency.setNegativeSymbol(NegativeCurrencyFormat enm)
          Sets the symbol used to display a negative currency.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.