Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerItemScheduleMonths
- 
Packages that use PlannerItemScheduleMonths 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 PlannerItemScheduleMonths in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerItemScheduleMonths Modifier and Type Method Description PlannerItemScheduleMonthsPlannerFactory. createPlannerItemScheduleMonths()Returns a new object of class 'Item Schedule Months'.PlannerItemScheduleMonthsPlannerItemSchedule. getMonths()Returns the value of the 'Months' containment reference.Methods in com._1c.g5.v8.dt.planner.model with parameters of type PlannerItemScheduleMonths Modifier and Type Method Description voidPlannerItemSchedule. setMonths(PlannerItemScheduleMonths value)Sets the value of the 'Months' containment reference. - 
Uses of PlannerItemScheduleMonths in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerItemScheduleMonths Modifier and Type Class Description classPlannerItemScheduleMonthsImplAn implementation of the model object 'Item Schedule Months'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerItemScheduleMonths Modifier and Type Method Description PlannerItemScheduleMonthsPlannerFactoryImpl. createPlannerItemScheduleMonths()PlannerItemScheduleMonthsPlannerItemScheduleImpl. getMonths()Methods in com._1c.g5.v8.dt.planner.model.impl with parameters of type PlannerItemScheduleMonths Modifier and Type Method Description voidPlannerItemScheduleImpl. setMonths(PlannerItemScheduleMonths newMonths) - 
Uses of PlannerItemScheduleMonths in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerItemScheduleMonths Modifier and Type Method Description TPlannerSwitch. casePlannerItemScheduleMonths(PlannerItemScheduleMonths object)Returns the result of interpreting the object as an instance of 'Item Schedule Months'. 
 -