Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.GanttChartSeriesValueContent
-
Packages that use GanttChartSeriesValueContent 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 GanttChartSeriesValueContent in com._1c.g5.v8.dt.ganttchart.model
Methods in com._1c.g5.v8.dt.ganttchart.model that return GanttChartSeriesValueContent Modifier and Type Method Description GanttChartSeriesValueContent
GanttChartFactory. createGanttChartSeriesValueContent()
Returns a new object of class 'Series Value Content'.Methods in com._1c.g5.v8.dt.ganttchart.model that return types with arguments of type GanttChartSeriesValueContent Modifier and Type Method Description org.eclipse.emf.common.util.EList<GanttChartSeriesValueContent>
ChartSeries. getContentCacheItem()
Returns the value of the 'Content Cache Item' containment reference list. -
Uses of GanttChartSeriesValueContent in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement GanttChartSeriesValueContent Modifier and Type Class Description class
GanttChartSeriesValueContentImpl
An implementation of the model object 'Series Value Content'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return GanttChartSeriesValueContent Modifier and Type Method Description GanttChartSeriesValueContent
GanttChartFactoryImpl. createGanttChartSeriesValueContent()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return types with arguments of type GanttChartSeriesValueContent Modifier and Type Method Description org.eclipse.emf.common.util.EList<GanttChartSeriesValueContent>
ChartSeriesImpl. getContentCacheItem()
-
Uses of GanttChartSeriesValueContent in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type GanttChartSeriesValueContent Modifier and Type Method Description T
GanttChartSwitch. caseGanttChartSeriesValueContent(GanttChartSeriesValueContent object)
Returns the result of interpreting the object as an instance of 'Series Value Content'.
-