Uses of Class
com.primavera.integration.client.bo.enm.OutOfSequenceScheduleType
Packages that use OutOfSequenceScheduleType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of OutOfSequenceScheduleType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as OutOfSequenceScheduleTypeModifier and TypeFieldDescriptionstatic final OutOfSequenceScheduleTypeOutOfSequenceScheduleType.ACTUAL_DATESstatic final OutOfSequenceScheduleTypeOutOfSequenceScheduleType.NULLstatic final OutOfSequenceScheduleTypeOutOfSequenceScheduleType.PROGRESS_OVERRIDEstatic final OutOfSequenceScheduleTypeOutOfSequenceScheduleType.RETAINED_LOGICMethods in com.primavera.integration.client.bo.enm that return OutOfSequenceScheduleTypeModifier and TypeMethodDescriptionstatic OutOfSequenceScheduleTypeOutOfSequenceScheduleType.getOutOfSequenceScheduleType(int iOutOfSequenceScheduleType) Gets an instance of OutOfSequenceScheduleType based on the integer value specified.static OutOfSequenceScheduleTypeOutOfSequenceScheduleType.getOutOfSequenceScheduleType(String sOutOfSequenceScheduleType) Gets an instance of OutOfSequenceScheduleType based on the String value specified. -
Uses of OutOfSequenceScheduleType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return OutOfSequenceScheduleTypeModifier and TypeMethodDescriptionProject.getOutOfSequenceScheduleType()Gets the type of logic used to schedule the progressed activities: 'Retained Logic', 'Progress Override', or 'Actual Dates'.ScheduleOptions.getOutOfSequenceScheduleType()Gets the type of logic used to schedule the progressed activities: 'Retained Logic', 'Progress Override', or 'Actual Dates'.Methods in com.primavera.integration.client.bo.object with parameters of type OutOfSequenceScheduleTypeModifier and TypeMethodDescriptionvoidScheduleOptions.setOutOfSequenceScheduleType(OutOfSequenceScheduleType enm) Sets the type of logic used to schedule the progressed activities: 'Retained Logic', 'Progress Override', or 'Actual Dates'.