Uses of Interface
com._1c.g5.v8.dt.ganttchart.model.SeriesDimensionValue
Packages that use SeriesDimensionValue
Package
Description
-
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 SeriesDimensionValueModifier and TypeMethodDescriptionprotected 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.modelModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Point Dimension Value'.Methods in com._1c.g5.v8.dt.ganttchart.model that return SeriesDimensionValueModifier and TypeMethodDescriptionGanttChartFactory.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 SeriesDimensionValueModifier and TypeMethodDescriptionorg.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 SeriesDimensionValueModifier and TypeClassDescriptionclass
An implementation of the model object 'Point Dimension Value'.class
An implementation of the model object 'Series Dimension Value'.Methods in com._1c.g5.v8.dt.ganttchart.model.impl that return SeriesDimensionValueMethods in com._1c.g5.v8.dt.ganttchart.model.impl that return types with arguments of type SeriesDimensionValueModifier and TypeMethodDescriptionorg.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 SeriesDimensionValueModifier and TypeMethodDescriptionGanttChartSwitch.caseSeriesDimensionValue
(SeriesDimensionValue object) Returns the result of interpreting the object as an instance of 'Series Dimension Value'.