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