Uses of Class
com.primavera.integration.client.bo.enm.DurationType
Packages that use DurationType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DurationType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DurationTypeModifier and TypeFieldDescriptionstatic final DurationTypeDurationType.FIXED_DURATION_AND_UNITSstatic final DurationTypeDurationType.FIXED_DURATION_AND_UNITS_PER_TIMEstatic final DurationTypeDurationType.FIXED_UNITSstatic final DurationTypeDurationType.FIXED_UNITS_PER_TIMEstatic final DurationTypeDurationType.NULLMethods in com.primavera.integration.client.bo.enm that return DurationTypeModifier and TypeMethodDescriptionstatic DurationTypeDurationType.getDurationType(int iDurationType) Gets an instance of DurationType based on the integer value specified.static DurationTypeDurationType.getDurationType(String sDurationType) Gets an instance of DurationType based on the String value specified. -
Uses of DurationType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DurationTypeModifier and TypeMethodDescriptionBaselineProject.getActivityDefaultDurationType()Gets the duration type assigned to new activities by default.Project.getActivityDefaultDurationType()Gets the duration type assigned to new activities by default.Activity.getDurationType()Gets the duration type of the activity.User.getNewProjectDurationType()Gets the default duration type assigned to new activities.Methods in com.primavera.integration.client.bo.object with parameters of type DurationTypeModifier and TypeMethodDescriptionvoidBaselineProject.setActivityDefaultDurationType(DurationType enm) Sets the duration type assigned to new activities by default.voidProject.setActivityDefaultDurationType(DurationType enm) Sets the duration type assigned to new activities by default.voidActivity.setDurationType(DurationType enm) Sets the duration type of the activity.voidUser.setNewProjectDurationType(DurationType enm) Sets the default duration type assigned to new activities.