Interface DataSet
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BubbleDataSet
,DateTimeDataSet
,DifferenceDataSet
,GanttDataSet
,NullDataSet
,NumberDataSet
,StockDataSet
,TextDataSet
- All Known Implementing Classes:
BubbleDataSetImpl
,DataSetImpl
,DateTimeDataSetImpl
,DifferenceDataSetImpl
,GanttDataSetImpl
,NullDataSetImpl
,NumberDataSetImpl
,StockDataSetImpl
,TextDataSetImpl
A representation of the model object
'Set'.
This type holds the data associated with a series.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Values' attribute.boolean
Checks if the values in data set are big number.void
Sets the value of the 'Values
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValues
Object getValues()Returns the value of the 'Values' attribute. Holds data values for the series.- Returns:
- the value of the 'Values' attribute.
- See Also:
-
setValues
Sets the value of the 'Values
' attribute.- Parameters:
value
- the new value of the 'Values' attribute.- See Also:
-
copyInstance
DataSet copyInstance()- Specified by:
copyInstance
in interfaceIChartObject
-
isBigNumber
boolean isBigNumber()Checks if the values in data set are big number.- Returns:
- Since:
- 2.6
-