Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as EstimateType
static EstimateType EstimateType.NULL
           
static EstimateType EstimateType.TOPDOWN
           
static EstimateType EstimateType.USERDEFINED
           
 

Methods in com.primavera.integration.client.bo.enm that return EstimateType
static EstimateType EstimateType.getEstimateType(int iEstimateType)
          Gets an instance of EstimateType based on the integer value specified.
static EstimateType EstimateType.getEstimateType(java.lang.String sEstimateType)
          Gets an instance of EstimateType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return EstimateType
 EstimateType ProjectEstimate.getMethod()
          Gets the type of estimate: "TopDown" or "UserDefined".
 

Methods in com.primavera.integration.client.bo.object with parameters of type EstimateType
 void ProjectEstimate.setMethod(EstimateType enm)
          Sets the type of estimate: "TopDown" or "UserDefined".
 


Primavera Integration API 7.0

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