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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BaseSampleDataImpl

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

A representation of the model object 'Base Sample Data'. This type sample data for a base series.

The following features are supported:

See Also:
DataPackage.getBaseSampleData()

Method Summary
 BaseSampleData copyInstance()
          A convenient method to get an instance copy.
 java.lang.String getDataSetRepresentation()
          Returns the value of the 'Data Set Representation' attribute.
 void setDataSetRepresentation(java.lang.String value)
          Sets the value of the 'Data Set Representation' 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

getDataSetRepresentation

java.lang.String getDataSetRepresentation()
Returns the value of the 'Data Set Representation' attribute. Holds the sample data for a single data set as a string in the form expected by the DataSetProcessor for the series.

Returns:
the value of the 'Data Set Representation' attribute.
See Also:
setDataSetRepresentation(String), DataPackage.getBaseSampleData_DataSetRepresentation()

setDataSetRepresentation

void setDataSetRepresentation(java.lang.String value)
Sets the value of the 'Data Set Representation' attribute.

Parameters:
value - the new value of the 'Data Set Representation' attribute.
See Also:
getDataSetRepresentation()

copyInstance

BaseSampleData 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.