Uses of Interface
com._1c.g5.v8.dt.schedule.model.Schedule
-
-
Uses of Schedule in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Schedule Modifier and Type Method Description ScheduleScheduledJob. getSchedule()Returns the value of the 'Schedule' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Schedule Modifier and Type Method Description voidScheduledJob. setSchedule(Schedule value)Sets the value of the 'Schedule' reference. -
Uses of Schedule in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Schedule Modifier and Type Method Description ScheduleScheduledJobImpl. getSchedule()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Schedule Modifier and Type Method Description voidScheduledJobImpl. setSchedule(Schedule newSchedule) -
Uses of Schedule in com._1c.g5.v8.dt.schedule
Methods in com._1c.g5.v8.dt.schedule with parameters of type Schedule Modifier and Type Method Description StringScheduleDescriptionFormatter. format(Schedule schedule)Formats the schedule. -
Uses of Schedule in com._1c.g5.v8.dt.schedule.model
Methods in com._1c.g5.v8.dt.schedule.model that return Schedule Modifier and Type Method Description ScheduleScheduleFactory. createSchedule()Returns a new object of class 'Schedule'. -
Uses of Schedule in com._1c.g5.v8.dt.schedule.model.impl
Classes in com._1c.g5.v8.dt.schedule.model.impl that implement Schedule Modifier and Type Class Description classScheduleImplAn implementation of the model object 'Schedule'.Methods in com._1c.g5.v8.dt.schedule.model.impl that return Schedule Modifier and Type Method Description ScheduleScheduleFactoryImpl. createSchedule() -
Uses of Schedule in com._1c.g5.v8.dt.schedule.model.util
Methods in com._1c.g5.v8.dt.schedule.model.util with parameters of type Schedule Modifier and Type Method Description TScheduleSwitch. caseSchedule(Schedule object)Returns the result of interpreting the object as an instance of 'Schedule'.
-