Uses of Class
com.primavera.integration.client.bo.enm.IntegratedObjectType
Packages that use IntegratedObjectType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of IntegratedObjectType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as IntegratedObjectTypeModifier and TypeFieldDescriptionstatic final IntegratedObjectTypeIntegratedObjectType.ERPstatic final IntegratedObjectTypeIntegratedObjectType.GATEWAYstatic final IntegratedObjectTypeIntegratedObjectType.NULLstatic final IntegratedObjectTypeIntegratedObjectType.PRIMAVERACLOUDSCOPEMethods in com.primavera.integration.client.bo.enm that return IntegratedObjectTypeModifier and TypeMethodDescriptionstatic IntegratedObjectTypeIntegratedObjectType.getIntegratedObjectType(int iIntegratedObjectType) Gets an instance of IntegratedObjectType based on the integer value specified.static IntegratedObjectTypeIntegratedObjectType.getIntegratedObjectType(String sIntegratedObjectType) Gets an instance of IntegratedObjectType based on the String value specified. -
Uses of IntegratedObjectType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return IntegratedObjectTypeModifier and TypeMethodDescriptionResource.getIntegratedType()Gets the flag indicating whether the resource is integrated with an Enterprise Resource Planning (ERP) system.WBS.getIntegratedType()Gets the flag indicating whether the WBS is integrated with an Enterprise Resource Planning (ERP) system.ResourceHour.getResourceIntegratedType()Gets the flag indicating whether the resource is integrated with an Enterprise Resource Planning (ERP) system.Methods in com.primavera.integration.client.bo.object with parameters of type IntegratedObjectTypeModifier and TypeMethodDescriptionvoidResource.setIntegratedType(IntegratedObjectType enm) Sets the flag indicating whether the resource is integrated with an Enterprise Resource Planning (ERP) system.voidWBS.setIntegratedType(IntegratedObjectType enm) Sets the flag indicating whether the WBS is integrated with an Enterprise Resource Planning (ERP) system.