Uses of Class
com.primavera.integration.client.bo.enm.ScheduleRelationshipLagCalendar
Packages that use ScheduleRelationshipLagCalendar
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ScheduleRelationshipLagCalendar in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ScheduleRelationshipLagCalendarModifier and TypeFieldDescriptionstatic final ScheduleRelationshipLagCalendarScheduleRelationshipLagCalendar.NULLstatic final ScheduleRelationshipLagCalendarScheduleRelationshipLagCalendar.PREDECESSORstatic final ScheduleRelationshipLagCalendarScheduleRelationshipLagCalendar.PROJECTDEFAULTstatic final ScheduleRelationshipLagCalendarScheduleRelationshipLagCalendar.SUCCESSORstatic final ScheduleRelationshipLagCalendarScheduleRelationshipLagCalendar.TWENTYFOURHOURMethods in com.primavera.integration.client.bo.enm that return ScheduleRelationshipLagCalendarModifier and TypeMethodDescriptionScheduleRelationshipLagCalendar.getScheduleRelationshipLagCalendar(int iScheduleRelationshipLagCalendar) Gets an instance of ScheduleRelationshipLagCalendar based on the integer value specified.ScheduleRelationshipLagCalendar.getScheduleRelationshipLagCalendar(String sScheduleRelationshipLagCalendar) Gets an instance of ScheduleRelationshipLagCalendar based on the String value specified. -
Uses of ScheduleRelationshipLagCalendar in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ScheduleRelationshipLagCalendarModifier and TypeMethodDescriptionProject.getRelationshipLagCalendar()Gets the calendar used to calculate the lag between predecessors and successors for all activities.ScheduleOptions.getRelationshipLagCalendar()Gets the calendar used to calculate the lag between predecessors and successors for all activities.Methods in com.primavera.integration.client.bo.object with parameters of type ScheduleRelationshipLagCalendarModifier and TypeMethodDescriptionvoidScheduleOptions.setRelationshipLagCalendar(ScheduleRelationshipLagCalendar enm) Sets the calendar used to calculate the lag between predecessors and successors for all activities.