Uses of Interface
com._1c.g5.v8.dt.planner.model.PlannerDimension
-
Packages that use PlannerDimension 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 PlannerDimension in com._1c.g5.v8.dt.planner.model
Methods in com._1c.g5.v8.dt.planner.model that return PlannerDimension Modifier and Type Method Description PlannerDimension
PlannerFactory. createPlannerDimension()
Returns a new object of class 'Dimension'.Methods in com._1c.g5.v8.dt.planner.model that return types with arguments of type PlannerDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<PlannerDimension>
PlannerSettings. getDimensions()
Returns the value of the 'Dimensions' containment reference list. -
Uses of PlannerDimension in com._1c.g5.v8.dt.planner.model.impl
Classes in com._1c.g5.v8.dt.planner.model.impl that implement PlannerDimension Modifier and Type Class Description class
PlannerDimensionImpl
An implementation of the model object 'Dimension'.Methods in com._1c.g5.v8.dt.planner.model.impl that return PlannerDimension Modifier and Type Method Description PlannerDimension
PlannerFactoryImpl. createPlannerDimension()
Methods in com._1c.g5.v8.dt.planner.model.impl that return types with arguments of type PlannerDimension Modifier and Type Method Description org.eclipse.emf.common.util.EList<PlannerDimension>
PlannerSettingsImpl. getDimensions()
-
Uses of PlannerDimension in com._1c.g5.v8.dt.planner.model.util
Methods in com._1c.g5.v8.dt.planner.model.util with parameters of type PlannerDimension Modifier and Type Method Description T
PlannerSwitch. casePlannerDimension(PlannerDimension object)
Returns the result of interpreting the object as an instance of 'Dimension'.
-