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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DateTimeDataElement, NumberDataElement, TextDataElement
All Known Implementing Classes:
DataElementImpl, DateTimeDataElementImpl, NumberDataElementImpl

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

A representation of the model object 'Element'. This type defines a single element of data to be plotted in a chart. A data element can hold a scalar or a multi-dimensional value.

See Also:
DataPackage.getDataElement()

Method Summary
 DataElement copyInstance()
          A convenient method to get an instance copy.
 
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

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