Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as ConstraintType
static ConstraintType ConstraintType.AS_LATE_AS_POSSIBLE
           
static ConstraintType ConstraintType.FINISH_ON
           
static ConstraintType ConstraintType.FINISH_ON_OR_AFTER
           
static ConstraintType ConstraintType.FINISH_ON_OR_BEFORE
           
static ConstraintType ConstraintType.MANDATORY_FINISH
           
static ConstraintType ConstraintType.MANDATORY_START
           
static ConstraintType ConstraintType.NULL
           
static ConstraintType ConstraintType.START_ON
           
static ConstraintType ConstraintType.START_ON_OR_AFTER
           
static ConstraintType ConstraintType.START_ON_OR_BEFORE
           
 

Methods in com.primavera.integration.client.bo.enm that return ConstraintType
static ConstraintType ConstraintType.getConstraintType(int iConstraintType)
          Gets an instance of ConstraintType based on the integer value specified.
static ConstraintType ConstraintType.getConstraintType(java.lang.String sConstraintType)
          Gets an instance of ConstraintType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return ConstraintType
 ConstraintType Activity.getPrimaryConstraintType()
          Gets the type of constraint applied to the activity start or finish date.
 ConstraintType Activity.getSecondaryConstraintType()
          Gets the additional constraint to be used by the scheduler.
 

Methods in com.primavera.integration.client.bo.object with parameters of type ConstraintType
 void Activity.setPrimaryConstraintType(ConstraintType enm)
          Sets the type of constraint applied to the activity start or finish date.
 void Activity.setSecondaryConstraintType(ConstraintType enm)
          Sets the additional constraint to be used by the scheduler.
 


Primavera Integration API 7.0

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