Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerSettings
- 
- 
Uses of PlannerSettings in com._1c.g5.v8.dt.form.model
Methods in com._1c.g5.v8.dt.form.model that return PlannerSettings Modifier and Type Method Description PlannerSettingsPlannerExtInfo. getPlannerSettings()Returns the value of the 'Planner Settings' reference.Methods in com._1c.g5.v8.dt.form.model with parameters of type PlannerSettings Modifier and Type Method Description voidPlannerExtInfo. setPlannerSettings(PlannerSettings value)Sets the value of the 'Planner Settings' reference. - 
Uses of PlannerSettings in com._1c.g5.v8.dt.form.model.impl
Methods in com._1c.g5.v8.dt.form.model.impl that return PlannerSettings Modifier and Type Method Description PlannerSettingsPlannerExtInfoImpl. getPlannerSettings()Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type PlannerSettings Modifier and Type Method Description voidPlannerExtInfoImpl. setPlannerSettings(PlannerSettings newPlannerSettings) - 
Uses of PlannerSettings in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerSettings Modifier and Type Method Description PlannerSettingsPlannerFactory. createPlannerSettings()Returns a new object of class 'Settings'. - 
Uses of PlannerSettings in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerSettings Modifier and Type Class Description classPlannerSettingsImplAn implementation of the model object 'Settings'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerSettings Modifier and Type Method Description PlannerSettingsPlannerFactoryImpl. createPlannerSettings() - 
Uses of PlannerSettings in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerSettings Modifier and Type Method Description TPlannerSwitch. casePlannerSettings(PlannerSettings object)Returns the result of interpreting the object as an instance of 'Settings'. 
 -