Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.ChartInterval
-
Packages that use ChartInterval 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 ChartInterval in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return ChartInterval Modifier and Type Method Description ChartInterval
GanttChartFactory. createChartInterval()
Returns a new object of class 'Chart Interval'.Methods in com._1c.g5.v8.dt.ganttchart.model that return types with arguments of type ChartInterval Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartInterval>
GanttChart. getInterval()
Returns the value of the 'Interval' containment reference list. -
Uses of ChartInterval in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement ChartInterval Modifier and Type Class Description class
ChartIntervalImpl
An implementation of the model object 'Chart Interval'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return ChartInterval Modifier and Type Method Description ChartInterval
GanttChartFactoryImpl. createChartInterval()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return types with arguments of type ChartInterval Modifier and Type Method Description org.eclipse.emf.common.util.EList<ChartInterval>
GanttChartImpl. getInterval()
-
Uses of ChartInterval in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type ChartInterval Modifier and Type Method Description T
GanttChartSwitch. caseChartInterval(ChartInterval object)
Returns the result of interpreting the object as an instance of 'Chart Interval'.
-