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 PlannerDimensionItemPlannerFactory. 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 classPlannerDimensionItemImplAn 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 PlannerDimensionItemPlannerFactoryImpl. 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 TPlannerSwitch. casePlannerDimensionItem(PlannerDimensionItem object)Returns the result of interpreting the object as an instance of 'Dimension Item'. 
 -