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