Uses of Class
com.primavera.integration.client.bo.enm.IntegratedProjectType
Packages that use IntegratedProjectType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of IntegratedProjectType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as IntegratedProjectTypeModifier and TypeFieldDescriptionstatic final IntegratedProjectTypeIntegratedProjectType.ERPstatic final IntegratedProjectTypeIntegratedProjectType.GATEWAYstatic final IntegratedProjectTypeIntegratedProjectType.NULLstatic final IntegratedProjectTypeIntegratedProjectType.PRIMAVERACLOUDSCOPEMethods in com.primavera.integration.client.bo.enm that return IntegratedProjectTypeModifier and TypeMethodDescriptionstatic IntegratedProjectTypeIntegratedProjectType.getIntegratedProjectType(int iIntegratedProjectType) Gets an instance of IntegratedProjectType based on the integer value specified.static IntegratedProjectTypeIntegratedProjectType.getIntegratedProjectType(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 IntegratedProjectTypeModifier and TypeMethodDescriptionProject.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 IntegratedProjectTypeModifier and TypeMethodDescriptionvoidProject.setIntegratedType(IntegratedProjectType enm) Sets the flag indicating whether the project is integrated with an Enterprise Resource Planning (ERP) system.