Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerItemSchedule
Packages that use PlannerItemSchedule
Package
Description
-
Uses of PlannerItemSchedule in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerItemScheduleModifier and TypeMethodDescriptionPlannerFactory.createPlannerItemSchedule()Returns a new object of class 'Item Schedule'.PlannerItem.getSchedule()Returns the value of the 'Schedule' containment reference.Methods in com._1c.g5.v8.dt.planner.model with parameters of type PlannerItemScheduleModifier and TypeMethodDescriptionvoidPlannerItem.setSchedule(PlannerItemSchedule value) Sets the value of the 'Schedule' containment reference. -
Uses of PlannerItemSchedule in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerItemScheduleModifier and TypeClassDescriptionclassAn implementation of the model object 'Item Schedule'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerItemScheduleModifier and TypeMethodDescriptionPlannerFactoryImpl.createPlannerItemSchedule()PlannerItemImpl.getSchedule()Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemScheduleModifier and TypeMethodDescriptionvoidPlannerItemImpl.setSchedule(PlannerItemSchedule newSchedule) -
Uses of PlannerItemSchedule in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerItemScheduleModifier and TypeMethodDescriptionPlannerSwitch.casePlannerItemSchedule(PlannerItemSchedule object) Returns the result of interpreting the object as an instance of 'Item Schedule'.