Uses of Interface
com._1c.g5.v8.dt.schedule.model.DailySchedule
-
Packages that use DailySchedule Package Description com._1c.g5.v8.dt.schedule com._1c.g5.v8.dt.schedule.model com._1c.g5.v8.dt.schedule.model.impl com._1c.g5.v8.dt.schedule.model.util -
-
Uses of DailySchedule in com._1c.g5.v8.dt.schedule
Methods in com._1c.g5.v8.dt.schedule with parameters of type DailySchedule Modifier and Type Method Description StringDailyScheduleFormatter. 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 DailySchedule Modifier and Type Method Description DailyScheduleScheduleFactory. 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 DailySchedule Modifier and Type Method Description org.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 DailySchedule Modifier and Type Class Description classDailyScheduleImplAn implementation of the model object 'Daily Schedule'.Methods in com._1c.g5.v8.dt.schedule.model.impl that return DailySchedule Modifier and Type Method Description DailyScheduleScheduleFactoryImpl. createDailySchedule()Methods in com._1c.g5.v8.dt.schedule.model.impl that return types with arguments of type DailySchedule Modifier and Type Method Description org.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 DailySchedule Modifier and Type Method Description TScheduleSwitch. caseDailySchedule(DailySchedule object)Returns the result of interpreting the object as an instance of 'Daily Schedule'.
-