Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as RelationshipType
static RelationshipType RelationshipType.FINISH_TO_FINISH
           
static RelationshipType RelationshipType.FINISH_TO_START
           
static RelationshipType RelationshipType.NULL
           
static RelationshipType RelationshipType.START_TO_FINISH
           
static RelationshipType RelationshipType.START_TO_START
           
 

Methods in com.primavera.integration.client.bo.enm that return RelationshipType
static RelationshipType RelationshipType.getRelationshipType(int iRelationshipType)
          Gets an instance of RelationshipType based on the integer value specified.
static RelationshipType RelationshipType.getRelationshipType(java.lang.String sRelationshipType)
          Gets an instance of RelationshipType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return RelationshipType
 RelationshipType Relationship.getType()
          Gets the type of relationship: 'Finish to Start', 'Finish to Finish', 'Start to Start', or 'Start to Finish'.
 

Methods in com.primavera.integration.client.bo.object with parameters of type RelationshipType
 void Relationship.setType(RelationshipType enm)
          Sets the type of relationship: 'Finish to Start', 'Finish to Finish', 'Start to Start', or 'Start to Finish'.
 


Primavera Integration API 7.0

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