Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as IntegratedProjectType
static IntegratedProjectType IntegratedProjectType.ERP
           
static IntegratedProjectType IntegratedProjectType.FUSION
           
static IntegratedProjectType IntegratedProjectType.NULL
           
 

Methods in com.primavera.integration.client.bo.enm that return IntegratedProjectType
static IntegratedProjectType IntegratedProjectType.getIntegratedProjectType(int iIntegratedProjectType)
          Gets an instance of IntegratedProjectType based on the integer value specified.
static IntegratedProjectType IntegratedProjectType.getIntegratedProjectType(java.lang.String sIntegratedProjectType)
          Gets an instance of IntegratedProjectType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return IntegratedProjectType
 IntegratedProjectType Project.getIntegratedType()
          Gets the flag indicating whether the project is integrated with an Enterprise Resource Planning (ERP) system.
 

Methods in com.primavera.integration.client.bo.object with parameters of type IntegratedProjectType
 void Project.setIntegratedType(IntegratedProjectType enm)
          Sets the flag indicating whether the project is integrated with an Enterprise Resource Planning (ERP) system.
 


Primavera Integration API 7.0

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