Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as AccrualType
static AccrualType AccrualType.END_OF_ACTIVITY
           
static AccrualType AccrualType.NULL
           
static AccrualType AccrualType.START_OF_ACTIVITY
           
static AccrualType AccrualType.UNIFORM_OVER_ACTIVITY
           
 

Methods in com.primavera.integration.client.bo.enm that return AccrualType
static AccrualType AccrualType.getAccrualType(int iAccrualType)
          Gets an instance of AccrualType based on the integer value specified.
static AccrualType AccrualType.getAccrualType(java.lang.String sAccrualType)
          Gets an instance of AccrualType based on the String value specified.
 

Uses of AccrualType in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return AccrualType
 AccrualType ActivityExpense.getAccrualType()
          Gets the accrual type for the project expense.
 

Methods in com.primavera.integration.client.bo.object with parameters of type AccrualType
 void ActivityExpense.setAccrualType(AccrualType enm)
          Sets the accrual type for the project expense.
 


Primavera Integration API 7.0

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