Class GanttDataSetImpl
- 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.GanttDataSetImpl
-
- All Implemented Interfaces:
DataSet
,GanttDataSet
,IChartObject
,org.eclipse.emf.common.notify.Notifier
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.InternalEObject
public class GanttDataSetImpl extends DataSetImpl implements GanttDataSet
An implementation of the model object 'Gantt 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 GanttDataSet
copyInstance()
static GanttDataSet
create(java.lang.Object oValues)
A convenience method to create an initialized 'GanttDataSet' 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 GanttDataSet create(java.lang.Object oValues)
A convenience method to create an initialized 'GanttDataSet' instance- Parameters:
oValues
- The Collection (of GanttEntry) or GanttEntry[] of values associated with this dataset- Returns:
-
copyInstance
public GanttDataSet copyInstance()
- Specified by:
copyInstance
in interfaceDataSet
- Specified by:
copyInstance
in interfaceGanttDataSet
- Specified by:
copyInstance
in interfaceIChartObject
- Overrides:
copyInstance
in classDataSetImpl
-
-