Uses of Interface
com._1c.g5.v8.dt.schedule.model.DailySchedule
Packages that use DailySchedule
Package
Description
-
Uses of DailySchedule in com._1c.g5.v8.dt.schedule
Methods in com._1c.g5.v8.dt.schedule with parameters of type DailyScheduleModifier and TypeMethodDescriptionDailyScheduleFormatter.format
(DailySchedule dailySchedule) Formats theDailySchedule
. -
Uses of DailySchedule in com._1c.g5.v8.dt.schedule.model
Methods in com._1c.g5.v8.dt.schedule.model that return DailyScheduleModifier and TypeMethodDescriptionScheduleFactory.createDailySchedule()
Returns a new object of class 'Daily Schedule'.Methods in com._1c.g5.v8.dt.schedule.model that return types with arguments of type DailyScheduleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DailySchedule>
Schedule.getDailySchedules()
Returns the value of the 'Daily Schedules' containment reference list. -
Uses of DailySchedule in com._1c.g5.v8.dt.schedule.model.impl
Classes in com._1c.g5.v8.dt.schedule.model.impl that implement DailyScheduleModifier and TypeClassDescriptionclass
An implementation of the model object 'Daily Schedule'.Methods in com._1c.g5.v8.dt.schedule.model.impl that return DailyScheduleMethods in com._1c.g5.v8.dt.schedule.model.impl that return types with arguments of type DailyScheduleModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DailySchedule>
ScheduleImpl.getDailySchedules()
-
Uses of DailySchedule in com._1c.g5.v8.dt.schedule.model.util
Methods in com._1c.g5.v8.dt.schedule.model.util with parameters of type DailyScheduleModifier and TypeMethodDescriptionScheduleSwitch.caseDailySchedule
(DailySchedule object) Returns the result of interpreting the object as an instance of 'Daily Schedule'.