Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.SeriesDimensionValue
-
-
Uses of SeriesDimensionValue in com._1c.g5.v8.dt.chart._import.xml.reader.part.ganttchart
Methods in com._1c.g5.v8.dt.chart._import.xml.reader.part.ganttchart with parameters of type SeriesDimensionValue Modifier and Type Method Description protected void
GanttChartPointDimensionValuePartReader. readValue(SeriesDimensionValue value, IXmlNode node, Version version, IXmlReadErrorCollector errorCollector)
protected void
GanttChartSeriesDimensionValuePartReader. readValue(SeriesDimensionValue value, IXmlNode node, Version version, IXmlReadErrorCollector errorCollector)
Reads XML and fills the specified value. -
Uses of SeriesDimensionValue in com._1c.g5.v8.dt.ganttchart.model
Subinterfaces of SeriesDimensionValue in com._1c.g5.v8.dt.ganttchart.model Modifier and Type Interface Description interface
PointDimensionValue
A representation of the model object 'Point Dimension Value'.Methods in com._1c.g5.v8.dt.ganttchart.model that return SeriesDimensionValue Modifier and Type Method Description SeriesDimensionValue
GanttChartFactory. createSeriesDimensionValue()
Returns a new object of class 'Series Dimension Value'.Methods in com._1c.g5.v8.dt.ganttchart.model that return types with arguments of type SeriesDimensionValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<SeriesDimensionValue>
ChartSeries. getValue()
Returns the value of the 'Value' containment reference list. -
Uses of SeriesDimensionValue in com._1c.g5.v8.dt.ganttchart.model.impl
Classes in com._1c.g5.v8.dt.ganttchart.model.impl that implement SeriesDimensionValue Modifier and Type Class Description class
PointDimensionValueImpl
An implementation of the model object 'Point Dimension Value'.class
SeriesDimensionValueImpl
An implementation of the model object 'Series Dimension Value'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return SeriesDimensionValue Modifier and Type Method Description SeriesDimensionValue
GanttChartFactoryImpl. createSeriesDimensionValue()
Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return types with arguments of type SeriesDimensionValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<SeriesDimensionValue>
ChartSeriesImpl. getValue()
-
Uses of SeriesDimensionValue in com._1c.g5.v8.dt.ganttchart.model.util
Methods in com._1c.g5.v8.dt.ganttchart.model.util with parameters of type SeriesDimensionValue Modifier and Type Method Description T
GanttChartSwitch. caseSeriesDimensionValue(SeriesDimensionValue object)
Returns the result of interpreting the object as an instance of 'Series Dimension Value'.
-