Primavera Integration API Release 8

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as CurrencySeparator
static CurrencySeparator CurrencySeparator.COMMA
           
static CurrencySeparator CurrencySeparator.NULL
           
static CurrencySeparator CurrencySeparator.PERIOD
           
 

Methods in com.primavera.integration.client.bo.enm that return CurrencySeparator
static CurrencySeparator CurrencySeparator.getCurrencySeparator(int iCurrencySeparator)
          Gets an instance of CurrencySeparator based on the integer value specified.
static CurrencySeparator CurrencySeparator.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 CurrencySeparator
 CurrencySeparator Currency.getDecimalSymbol()
          Gets the decimal symbol displayed.
 CurrencySeparator Currency.getDigitGroupingSymbol()
          Gets the symbol used to group the numbers.
 

Methods in com.primavera.integration.client.bo.object with parameters of type CurrencySeparator
 void Currency.setDecimalSymbol(CurrencySeparator enm)
          Sets the decimal symbol displayed.
 void Currency.setDigitGroupingSymbol(CurrencySeparator enm)
          Sets the symbol used to group the numbers.
 


Primavera Integration API Release 8

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