Uses of Class
com.primavera.integration.client.bo.enm.CriticalActivityPathType
Packages that use CriticalActivityPathType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of CriticalActivityPathType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as CriticalActivityPathTypeModifier and TypeFieldDescriptionstatic final CriticalActivityPathTypeCriticalActivityPathType.CRITICAL_FLOATstatic final CriticalActivityPathTypeCriticalActivityPathType.LONGEST_PATHstatic final CriticalActivityPathTypeCriticalActivityPathType.NULLMethods in com.primavera.integration.client.bo.enm that return CriticalActivityPathTypeModifier and TypeMethodDescriptionstatic CriticalActivityPathTypeCriticalActivityPathType.getCriticalActivityPathType(int iCriticalActivityPathType) Gets an instance of CriticalActivityPathType based on the integer value specified.static CriticalActivityPathTypeCriticalActivityPathType.getCriticalActivityPathType(String sCriticalActivityPathType) Gets an instance of CriticalActivityPathType based on the String value specified. -
Uses of CriticalActivityPathType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return CriticalActivityPathTypeModifier and TypeMethodDescriptionBaselineProject.getCriticalActivityPathType()Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.Project.getCriticalActivityPathType()Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.ScheduleOptions.getCriticalActivityPathType()Gets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.Methods in com.primavera.integration.client.bo.object with parameters of type CriticalActivityPathTypeModifier and TypeMethodDescriptionvoidBaselineProject.setCriticalActivityPathType(CriticalActivityPathType enm) Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.voidProject.setCriticalActivityPathType(CriticalActivityPathType enm) Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.voidScheduleOptions.setCriticalActivityPathType(CriticalActivityPathType enm) Sets the critical path type, which indicates how critical path activities are identified for the project, based on either 'Critical Float' or 'Longest Path'.