Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as PercentCompleteType
static PercentCompleteType PercentCompleteType.DURATION
           
static PercentCompleteType PercentCompleteType.NULL
           
static PercentCompleteType PercentCompleteType.PHYSICAL
           
static PercentCompleteType PercentCompleteType.UNITS
           
 

Methods in com.primavera.integration.client.bo.enm that return PercentCompleteType
static PercentCompleteType PercentCompleteType.getPercentCompleteType(int iPercentCompleteType)
          Gets an instance of PercentCompleteType based on the integer value specified.
static PercentCompleteType PercentCompleteType.getPercentCompleteType(java.lang.String sPercentCompleteType)
          Gets an instance of PercentCompleteType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return PercentCompleteType
 PercentCompleteType Project.getActivityDefaultPercentCompleteType()
          Gets the percent complete type assigned to new activities by default.
 PercentCompleteType BaselineProject.getActivityDefaultPercentCompleteType()
          Gets the percent complete type assigned to new activities by default.
 PercentCompleteType Activity.getPercentCompleteType()
          Gets the activity percent complete type: 'Physical', 'Duration', or 'Units'.
 

Methods in com.primavera.integration.client.bo.object with parameters of type PercentCompleteType
 void Project.setActivityDefaultPercentCompleteType(PercentCompleteType enm)
          Sets the percent complete type assigned to new activities by default.
 void BaselineProject.setActivityDefaultPercentCompleteType(PercentCompleteType enm)
          Sets the percent complete type assigned to new activities by default.
 void Activity.setPercentCompleteType(PercentCompleteType enm)
          Sets the activity percent complete type: 'Physical', 'Duration', or 'Units'.
 


Primavera Integration API 7.0

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