Uses of Interface
com._1c.g5.v8.dt.chart.model.RealDataItem
-
Packages that use RealDataItem Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl com._1c.g5.v8.dt.chart.model.util -
-
Uses of RealDataItem in com._1c.g5.v8.dt.chart.model
Methods in com._1c.g5.v8.dt.chart.model that return RealDataItem Modifier and Type Method Description RealDataItem
ChartFactory. createRealDataItem()
Returns a new object of class 'Real Data Item'.Methods in com._1c.g5.v8.dt.chart.model that return types with arguments of type RealDataItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<RealDataItem>
Chart. getRealDataItems()
Returns the value of the 'Real Data Items' containment reference list. -
Uses of RealDataItem in com._1c.g5.v8.dt.chart.model.impl
Classes in com._1c.g5.v8.dt.chart.model.impl that implement RealDataItem Modifier and Type Class Description class
RealDataItemImpl
An implementation of the model object 'Real Data Item'.Methods in com._1c.g5.v8.dt.chart.model.impl that return RealDataItem Modifier and Type Method Description RealDataItem
ChartFactoryImpl. createRealDataItem()
Methods in com._1c.g5.v8.dt.chart.model.impl that return types with arguments of type RealDataItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<RealDataItem>
ChartImpl. getRealDataItems()
-
Uses of RealDataItem in com._1c.g5.v8.dt.chart.model.util
Methods in com._1c.g5.v8.dt.chart.model.util with parameters of type RealDataItem Modifier and Type Method Description T
ChartSwitch. caseRealDataItem(RealDataItem object)
Returns the result of interpreting the object as an instance of 'Real Data Item'.
-