Uses of Class
com.primavera.integration.client.bo.enm.TaskType
Packages that use TaskType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of TaskType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as TaskTypeModifier and TypeFieldDescriptionstatic final TaskTypeTaskType.NULLstatic final TaskTypeTaskType.TASKstatic final TaskTypeTaskType.TASK_MILESTONEMethods in com.primavera.integration.client.bo.enm that return TaskTypeModifier and TypeMethodDescriptionstatic TaskTypeTaskType.getTaskType(int iTaskType) Gets an instance of TaskType based on the integer value specified.static TaskTypeTaskType.getTaskType(String sTaskType) Gets an instance of TaskType based on the String value specified. -
Uses of TaskType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return TaskTypeMethods in com.primavera.integration.client.bo.object with parameters of type TaskTypeModifier and TypeMethodDescriptionvoidLeanTask.setTaskType(TaskType enm) Sets the task type of the lean task.