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 voidGanttChartPointDimensionValuePartReader. readValue(SeriesDimensionValue value, IXmlNode node, Version version, IXmlReadErrorCollector errorCollector)protected voidGanttChartSeriesDimensionValuePartReader. 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 interfacePointDimensionValueA 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 SeriesDimensionValueGanttChartFactory. 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 classPointDimensionValueImplAn implementation of the model object 'Point Dimension Value'.classSeriesDimensionValueImplAn 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 SeriesDimensionValueGanttChartFactoryImpl. 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 TGanttChartSwitch. caseSeriesDimensionValue(SeriesDimensionValue object)Returns the result of interpreting the object as an instance of 'Series Dimension Value'.
-