org.eclipse.birt.chart.model.data
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

public interface DataSet
extends IChartObject

A representation of the model object 'Set'. This type holds the data associated with a series.

The following features are supported:

See Also:
DataPackage.getDataSet()

Method Summary
 DataSet copyInstance()
           
 java.lang.Object getValues()
          Returns the value of the 'Values' attribute.
 void setValues(java.lang.Object value)
          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 Detail

getValues

java.lang.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(Object), DataPackage.getDataSet_Values()

setValues

void setValues(java.lang.Object value)
Sets the value of the 'Values' attribute.

Parameters:
value - the new value of the 'Values' attribute.
See Also:
getValues()

copyInstance

DataSet copyInstance()
Specified by:
copyInstance in interface IChartObject


Copyright © 2005-2008 Actuate Corp. All rights reserved.