org.eclipse.birt.chart.model.data.impl
Class OrthogonalSampleDataImpl

java.lang.Object
  extended byorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended byorg.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended byorg.eclipse.emf.ecore.impl.EObjectImpl
              extended byorg.eclipse.birt.chart.model.data.impl.OrthogonalSampleDataImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier, OrthogonalSampleData

public class OrthogonalSampleDataImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements OrthogonalSampleData

An implementation of the model object ' Orthogonal Sample Data'.

The following features are implemented:


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
           
 java.lang.String getDataSetRepresentation()
           
 int getSeriesDefinitionIndex()
           
 boolean isSetSeriesDefinitionIndex()
           
 void setDataSetRepresentation(java.lang.String newDataSetRepresentation)
           
 void setSeriesDefinitionIndex(int newSeriesDefinitionIndex)
           
 java.lang.String toString()
           
 void unsetSeriesDefinitionIndex()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eInternalResource, eInverseAdd, eInverseRemove, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
 
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.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getDataSetRepresentation

public java.lang.String getDataSetRepresentation()

Specified by:
getDataSetRepresentation in interface OrthogonalSampleData
Returns:
the value of the 'Data Set Representation' attribute.
See Also:
OrthogonalSampleData.setDataSetRepresentation(String), DataPackage.getOrthogonalSampleData_DataSetRepresentation()

setDataSetRepresentation

public void setDataSetRepresentation(java.lang.String newDataSetRepresentation)

Specified by:
setDataSetRepresentation in interface OrthogonalSampleData
Parameters:
newDataSetRepresentation - the new value of the 'Data Set Representation' attribute.
See Also:
OrthogonalSampleData.getDataSetRepresentation()

getSeriesDefinitionIndex

public int getSeriesDefinitionIndex()

Specified by:
getSeriesDefinitionIndex in interface OrthogonalSampleData
Returns:
the value of the 'Series Definition Index' attribute.
See Also:
OrthogonalSampleData.isSetSeriesDefinitionIndex(), OrthogonalSampleData.unsetSeriesDefinitionIndex(), OrthogonalSampleData.setSeriesDefinitionIndex(int), DataPackage.getOrthogonalSampleData_SeriesDefinitionIndex()

setSeriesDefinitionIndex

public void setSeriesDefinitionIndex(int newSeriesDefinitionIndex)

Specified by:
setSeriesDefinitionIndex in interface OrthogonalSampleData
Parameters:
newSeriesDefinitionIndex - the new value of the 'Series Definition Index' attribute.
See Also:
OrthogonalSampleData.isSetSeriesDefinitionIndex(), OrthogonalSampleData.unsetSeriesDefinitionIndex(), OrthogonalSampleData.getSeriesDefinitionIndex()

unsetSeriesDefinitionIndex

public void unsetSeriesDefinitionIndex()

Specified by:
unsetSeriesDefinitionIndex in interface OrthogonalSampleData
See Also:
OrthogonalSampleData.isSetSeriesDefinitionIndex(), OrthogonalSampleData.getSeriesDefinitionIndex(), OrthogonalSampleData.setSeriesDefinitionIndex(int)

isSetSeriesDefinitionIndex

public boolean isSetSeriesDefinitionIndex()

Specified by:
isSetSeriesDefinitionIndex in interface OrthogonalSampleData
Returns:
whether the value of the 'Series Definition Index' attribute is set.
See Also:
OrthogonalSampleData.unsetSeriesDefinitionIndex(), OrthogonalSampleData.getSeriesDefinitionIndex(), OrthogonalSampleData.setSeriesDefinitionIndex(int)

eGet

public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                             boolean resolve)

Specified by:
eGet in interface org.eclipse.emf.ecore.EObject

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.EObject

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eUnset in interface org.eclipse.emf.ecore.EObject

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject

toString

public java.lang.String toString()



Copyright © 2005 Actuate Corp. All rights reserved.