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