Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.CollectItem
-
Packages that use CollectItem Package Description com._1c.g5.v8.dt.ganttchart.model com._1c.g5.v8.dt.ganttchart.model.impl com._1c.g5.v8.dt.ganttchart.model.util -
-
Uses of CollectItem in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return CollectItem Modifier and Type Method Description CollectItem
GanttChartFactory. createCollectItem()
Returns a new object of class 'Collect Item'.Methods in com._1c.g5.v8.dt.ganttchart.model that return types with arguments of type CollectItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<CollectItem>
Collect. getItems()
Returns the value of the 'Items' containment reference list. -
Uses of CollectItem in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement CollectItem Modifier and Type Class Description class
CollectItemImpl
An implementation of the model object 'Collect Item'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return CollectItem Modifier and Type Method Description CollectItem
GanttChartFactoryImpl. createCollectItem()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return types with arguments of type CollectItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<CollectItem>
CollectImpl. getItems()
-
Uses of CollectItem in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type CollectItem Modifier and Type Method Description T
GanttChartSwitch. caseCollectItem(CollectItem object)
Returns the result of interpreting the object as an instance of 'Collect Item'.
-