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, NullDataSet, NumberDataSet, StockDataSet, TextDataSet
All Known Implementing Classes:
BubbleDataSetImpl, DataSetImpl, DateTimeDataSetImpl, DifferenceDataSetImpl, GanttDataSetImpl, NullDataSetImpl, 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
 DataSet copyInstance()
          A convenient method to get an instance copy.
 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

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()
A convenient method to get an instance copy. This is much faster than the ECoreUtil.copy().



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