Class DifferenceDataSetImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.EObjectImpl
-
- org.eclipse.birt.chart.model.data.impl.DataSetImpl
-
- org.eclipse.birt.chart.model.data.impl.DifferenceDataSetImpl
-
- All Implemented Interfaces:
DataSet
,DifferenceDataSet
,IChartObject
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
public class DifferenceDataSetImpl extends DataSetImpl implements DifferenceDataSet
An implementation of the model object 'Difference Data Set'.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EScannableAdapterList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DifferenceDataSet
copyInstance()
static DifferenceDataSet
create(java.lang.Object oValues)
A convenience method to create an initialized 'DifferenceDataSet' instance-
Methods inherited from class org.eclipse.birt.chart.model.data.impl.DataSetImpl
eGet, eIsSet, eSet, eUnset, getValues, isBigNumber, setIsBigNumber, setValues, toString
-
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.birt.chart.model.data.DataSet
getValues, isBigNumber, setValues
-
-
-
-
Method Detail
-
create
public static final DifferenceDataSet create(java.lang.Object oValues)
A convenience method to create an initialized 'DifferenceDataSet' instance- Parameters:
oValues
- The Collection (of DifferenceEntry) or DifferenceEntry[] of values associated with this dataset- Returns:
-
copyInstance
public DifferenceDataSet copyInstance()
- Specified by:
copyInstance
in interfaceDataSet
- Specified by:
copyInstance
in interfaceDifferenceDataSet
- Specified by:
copyInstance
in interfaceIChartObject
- Overrides:
copyInstance
in classDataSetImpl
-
-