Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as DurationType
static DurationType DurationType.FIXED_DURATION_AND_UNITS
           
static DurationType DurationType.FIXED_DURATION_AND_UNITS_PER_TIME
           
static DurationType DurationType.FIXED_UNITS
           
static DurationType DurationType.FIXED_UNITS_PER_TIME
           
static DurationType DurationType.NULL
           
 

Methods in com.primavera.integration.client.bo.enm that return DurationType
static DurationType DurationType.getDurationType(int iDurationType)
          Gets an instance of DurationType based on the integer value specified.
static DurationType DurationType.getDurationType(java.lang.String sDurationType)
          Gets an instance of DurationType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return DurationType
 DurationType Project.getActivityDefaultDurationType()
          Gets the duration type assigned to new activities by default.
 DurationType BaselineProject.getActivityDefaultDurationType()
          Gets the duration type assigned to new activities by default.
 DurationType Activity.getDurationType()
          Gets the duration type of the activity.
 DurationType User.getNewProjectDurationType()
          Gets the default duration type assigned to new activities.
 

Methods in com.primavera.integration.client.bo.object with parameters of type DurationType
 void Project.setActivityDefaultDurationType(DurationType enm)
          Sets the duration type assigned to new activities by default.
 void BaselineProject.setActivityDefaultDurationType(DurationType enm)
          Sets the duration type assigned to new activities by default.
 void Activity.setDurationType(DurationType enm)
          Sets the duration type of the activity.
 void User.setNewProjectDurationType(DurationType enm)
          Sets the default duration type assigned to new activities.
 


Primavera Integration API 7.0

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