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 PlannerSettings
PlannerExtInfo. 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 void
PlannerExtInfo. 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 PlannerSettings
PlannerExtInfoImpl. getPlannerSettings()
Methods in com._1c.g5.v8.dt.form.model.impl with parameters of type PlannerSettings Modifier and Type Method Description void
PlannerExtInfoImpl. 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 PlannerSettings
PlannerFactory. 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 class
PlannerSettingsImpl
An implementation of the model object 'Settings'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerSettings Modifier and Type Method Description PlannerSettings
PlannerFactoryImpl. 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 T
PlannerSwitch. casePlannerSettings(PlannerSettings object)
Returns the result of interpreting the object as an instance of 'Settings'.
-