Interface StockDataSet
-
- All Superinterfaces:
DataSet
,org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
StockDataSetImpl
public interface StockDataSet extends DataSet
A representation of the model object 'Stock Data Set'. This type holds the stock data associated with a series.- See Also:
DataPackage.getStockDataSet()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StockDataSet
copyInstance()
-
Methods inherited from interface org.eclipse.birt.chart.model.data.DataSet
getValues, isBigNumber, setValues
-
-
-
-
Method Detail
-
copyInstance
StockDataSet copyInstance()
- Specified by:
copyInstance
in interfaceDataSet
- Specified by:
copyInstance
in interfaceIChartObject
-
-