Uses of Class
com.primavera.integration.client.bo.enm.ScheduleFloatType
Packages that use ScheduleFloatType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ScheduleFloatType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ScheduleFloatTypeModifier and TypeFieldDescriptionstatic final ScheduleFloatTypeScheduleFloatType.FINISHstatic final ScheduleFloatTypeScheduleFloatType.MINIMUMstatic final ScheduleFloatTypeScheduleFloatType.NULLstatic final ScheduleFloatTypeScheduleFloatType.STARTMethods in com.primavera.integration.client.bo.enm that return ScheduleFloatTypeModifier and TypeMethodDescriptionstatic ScheduleFloatTypeScheduleFloatType.getScheduleFloatType(int iScheduleFloatType) Gets an instance of ScheduleFloatType based on the integer value specified.static ScheduleFloatTypeScheduleFloatType.getScheduleFloatType(String sScheduleFloatType) Gets an instance of ScheduleFloatType based on the String value specified. -
Uses of ScheduleFloatType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ScheduleFloatTypeModifier and TypeMethodDescriptionProject.getComputeTotalFloatType()Gets the method for calculating total float for all activities.ScheduleOptions.getComputeTotalFloatType()Gets the method for calculating total float for all activities.Methods in com.primavera.integration.client.bo.object with parameters of type ScheduleFloatTypeModifier and TypeMethodDescriptionvoidScheduleOptions.setComputeTotalFloatType(ScheduleFloatType enm) Sets the method for calculating total float for all activities.