Uses of Class
com.primavera.integration.client.bo.enm.ActivityType
Packages that use ActivityType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ActivityType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ActivityTypeModifier and TypeFieldDescriptionstatic final ActivityTypeActivityType.FINISH_MILESTONEstatic final ActivityTypeActivityType.LEVEL_OF_EFFORTstatic final ActivityTypeActivityType.MILESTONEstatic final ActivityTypeActivityType.NULLstatic final ActivityTypeActivityType.RESOURCE_DEPENDENTstatic final ActivityTypeActivityType.TASK_DEPENDENTstatic final ActivityTypeActivityType.WBS_SUMMARYMethods in com.primavera.integration.client.bo.enm that return ActivityTypeModifier and TypeMethodDescriptionstatic ActivityTypeActivityType.getActivityType(int iActivityType) Gets an instance of ActivityType based on the integer value specified.static ActivityTypeActivityType.getActivityType(String sActivityType) Gets an instance of ActivityType based on the String value specified. -
Uses of ActivityType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ActivityTypeModifier and TypeMethodDescriptionBaselineProject.getActivityDefaultActivityType()Gets the default type for activities.Project.getActivityDefaultActivityType()Gets the default type for activities.ActivityUpdate.getActivityType()Gets the type of the activity in which the update has been made into.ResourceAssignment.getActivityType()Gets the type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', 'Start Milestone', 'Finish Milestone', or 'WBS Summary'.Relationship.getPredecessorActivityType()Gets the type of the predecessor activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'.Relationship.getSuccessorActivityType()Gets the type of the successor activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', or 'Milestone'.Activity.getType()Gets the type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', 'Start Milestone', 'Finish Milestone', or 'WBS Summary'.Methods in com.primavera.integration.client.bo.object with parameters of type ActivityTypeModifier and TypeMethodDescriptionvoidBaselineProject.setActivityDefaultActivityType(ActivityType enm) Sets the default type for activities.voidProject.setActivityDefaultActivityType(ActivityType enm) Sets the default type for activities.voidActivity.setType(ActivityType enm) Sets the type of activity, either 'Task Dependent', 'Resource Dependent', 'Level of Effort', 'Start Milestone', 'Finish Milestone', or 'WBS Summary'.