org.eclipse.birt.chart.model.data
Interface DataSet

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BubbleDataSet, DateTimeDataSet, DifferenceDataSet, GanttDataSet, NumberDataSet, StockDataSet, TextDataSet
All Known Implementing Classes:
BubbleDataSetImpl, DataSetImpl, DateTimeDataSetImpl, DifferenceDataSetImpl, GanttDataSetImpl, NumberDataSetImpl, StockDataSetImpl, TextDataSetImpl

public interface DataSet
extends org.eclipse.emf.ecore.EObject

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
 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getValues

public 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

public 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()


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