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 PlannerItemScheduleWeekDaysPlannerFactory. createPlannerItemScheduleWeekDays()Returns a new object of class 'Item Schedule Week Days'.PlannerItemScheduleWeekDaysPlannerItemSchedule. 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 voidPlannerItemSchedule. 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 classPlannerItemScheduleWeekDaysImplAn 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 PlannerItemScheduleWeekDaysPlannerFactoryImpl. createPlannerItemScheduleWeekDays()PlannerItemScheduleWeekDaysPlannerItemScheduleImpl. getWeekDays()Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemScheduleWeekDays Modifier and Type Method Description voidPlannerItemScheduleImpl. 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 TPlannerSwitch. casePlannerItemScheduleWeekDays(PlannerItemScheduleWeekDays object)Returns the result of interpreting the object as an instance of 'Item Schedule Week Days'. 
 -