Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as EarnedValueETCComputeType
static EarnedValueETCComputeType EarnedValueETCComputeType.NULL
           
static EarnedValueETCComputeType EarnedValueETCComputeType.PF_1
           
static EarnedValueETCComputeType EarnedValueETCComputeType.PF_CPI
           
static EarnedValueETCComputeType EarnedValueETCComputeType.PF_CPI_SPI
           
static EarnedValueETCComputeType EarnedValueETCComputeType.PF_CUSTOM
           
static EarnedValueETCComputeType EarnedValueETCComputeType.REMAINING_COST_FOR_ACTIVITY
           
 

Methods in com.primavera.integration.client.bo.enm that return EarnedValueETCComputeType
static EarnedValueETCComputeType EarnedValueETCComputeType.getEarnedValueETCComputeType(int iEarnedValueETCComputeType)
          Gets an instance of EarnedValueETCComputeType based on the integer value specified.
static EarnedValueETCComputeType EarnedValueETCComputeType.getEarnedValueETCComputeType(java.lang.String sEarnedValueETCComputeType)
          Gets an instance of EarnedValueETCComputeType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return EarnedValueETCComputeType
 EarnedValueETCComputeType WBS.getEarnedValueETCComputeType()
          Gets the technique for computing earned-value estimate-to-complete for activities within the WBS.
 EarnedValueETCComputeType Project.getEarnedValueETCComputeType()
          Gets the technique for computing earned-value estimate-to-complete for activities within the Project.
 EarnedValueETCComputeType GlobalPreferences.getEVEstimateToCompleteTechnique()
          Gets the technique for computing earned-value estimate-to-complete.
 

Methods in com.primavera.integration.client.bo.object with parameters of type EarnedValueETCComputeType
 void WBS.setEarnedValueETCComputeType(EarnedValueETCComputeType enm)
          Sets the technique for computing earned-value estimate-to-complete for activities within the WBS.
 void Project.setEarnedValueETCComputeType(EarnedValueETCComputeType enm)
          Sets the technique for computing earned-value estimate-to-complete for activities within the Project.
 void GlobalPreferences.setEVEstimateToCompleteTechnique(EarnedValueETCComputeType enm)
          Sets the technique for computing earned-value estimate-to-complete.
 


Primavera Integration API 7.0

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