Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerItemScheduleWeekDays
-
Packages that use PlannerItemScheduleWeekDays Package Description com._1c.g5.v8.dt.planner.model com._1c.g5.v8.dt.planner.model.impl com._1c.g5.v8.dt.planner.model.util -
-
Uses of PlannerItemScheduleWeekDays in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerItemScheduleWeekDays Modifier and Type Method Description PlannerItemScheduleWeekDays
PlannerFactory. createPlannerItemScheduleWeekDays()
Returns a new object of class 'Item Schedule Week Days'.PlannerItemScheduleWeekDays
PlannerItemSchedule. getWeekDays()
Returns the value of the 'Week Days' containment reference.Methods in com._1c.g5.v8.dt.planner.model with parameters of type PlannerItemScheduleWeekDays Modifier and Type Method Description void
PlannerItemSchedule. setWeekDays(PlannerItemScheduleWeekDays value)
Sets the value of the 'Week Days
' containment reference. -
Uses of PlannerItemScheduleWeekDays in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerItemScheduleWeekDays Modifier and Type Class Description class
PlannerItemScheduleWeekDaysImpl
An implementation of the model object 'Item Schedule Week Days'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerItemScheduleWeekDays Modifier and Type Method Description PlannerItemScheduleWeekDays
PlannerFactoryImpl. createPlannerItemScheduleWeekDays()
PlannerItemScheduleWeekDays
PlannerItemScheduleImpl. getWeekDays()
Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemScheduleWeekDays Modifier and Type Method Description void
PlannerItemScheduleImpl. setWeekDays(PlannerItemScheduleWeekDays newWeekDays)
-
Uses of PlannerItemScheduleWeekDays in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerItemScheduleWeekDays Modifier and Type Method Description T
PlannerSwitch. casePlannerItemScheduleWeekDays(PlannerItemScheduleWeekDays object)
Returns the result of interpreting the object as an instance of 'Item Schedule Week Days'.
-