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

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

public interface GanttDataSet
extends DataSet

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

See Also:
DataPackage.getGanttDataSet()

Method Summary
 GanttDataSet copyInstance()
          A convenient method to get an instance copy.
 
Methods inherited from interface org.eclipse.birt.chart.model.data.DataSet
getValues, setValues
 
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

copyInstance

GanttDataSet copyInstance()
A convenient method to get an instance copy. This is much faster than the ECoreUtil.copy().

Specified by:
copyInstance in interface DataSet


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