org.eclipse.emf.ecore.change.impl
Class ListChangeImpl

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.emf.ecore.change.impl.ListChangeImpl
All Implemented Interfaces:
EObject, InternalEObject, ListChange, Notifier

public class ListChangeImpl
extends EObjectImpl
implements ListChange

An implementation of the model object 'List Change'.

The following features are implemented:


Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList
 
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  EList dataValueDelegatingList
          The data value delegating list is used to ensure that the elements are properly converted to and from strings when added and removed from the dataValues list.
protected  EList dataValues
          The cached value of the 'Data Values' attribute list
protected  EStructuralFeature feature
          The cached value of the 'Feature' reference
protected  int index
          The cached value of the 'Index' attribute
protected static int INDEX_EDEFAULT
          The default value of the 'Index' attribute
protected  ChangeKind kind
          The cached value of the 'Kind' attribute
protected static ChangeKind KIND_EDEFAULT
          The default value of the 'Kind' attribute
protected static int MOVE_TO_INDEX_EDEFAULT
          The default value of the 'Move To Index' attribute
protected  int moveToIndex
          The cached value of the 'Move To Index' attribute
protected  EList referenceValues
          The cached value of the 'Reference Values' reference list
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected ListChangeImpl()
           
 
Method Summary
 void apply(EList originalList)
           
 void applyAndReverse(EList originalList)
           
 EStructuralFeature basicGetFeature()
           
protected  EList createDataValueDelegatingList()
          Creates the data value delegating list
 Object eGet(EStructuralFeature eFeature, boolean resolve)
           
 boolean eIsSet(EStructuralFeature eFeature)
           
 void eSet(EStructuralFeature eFeature, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(EStructuralFeature eFeature)
           
 EList getDataValues()
           
 EStructuralFeature getFeature()
          Returns the value of the 'Feature' reference
 EStructuralFeature getFeatureGen()
           
 int getIndex()
           
 ChangeKind getKind()
           
 int getMoveToIndex()
           
 EList getReferenceValues()
           
 EList getValues()
           
 void setFeature(EStructuralFeature newFeature)
           
 void setIndex(int newIndex)
           
 void setKind(ChangeKind newKind)
           
 void setMoveToIndex(int newMoveToIndex)
           
 void setValues(EList values)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, 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, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eStaticFeatureCount, eStore, eURIFragmentSegment
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
 

Field Detail

KIND_EDEFAULT

protected static final ChangeKind KIND_EDEFAULT
The default value of the 'Kind' attribute.

See Also:
getKind()

kind

protected ChangeKind kind
The cached value of the 'Kind' attribute.

See Also:
getKind()

dataValues

protected EList dataValues
The cached value of the 'Data Values' attribute list.

See Also:
getDataValues()

INDEX_EDEFAULT

protected static final int INDEX_EDEFAULT
The default value of the 'Index' attribute.

See Also:
getIndex(), Constant Field Values

index

protected int index
The cached value of the 'Index' attribute.

See Also:
getIndex()

MOVE_TO_INDEX_EDEFAULT

protected static final int MOVE_TO_INDEX_EDEFAULT
The default value of the 'Move To Index' attribute.

See Also:
getMoveToIndex(), Constant Field Values

moveToIndex

protected int moveToIndex
The cached value of the 'Move To Index' attribute.

See Also:
getMoveToIndex()

referenceValues

protected EList referenceValues
The cached value of the 'Reference Values' reference list.

See Also:
getReferenceValues()

feature

protected EStructuralFeature feature
The cached value of the 'Feature' reference.

See Also:
getFeature()

dataValueDelegatingList

protected EList dataValueDelegatingList
The data value delegating list is used to ensure that the elements are properly converted to and from strings when added and removed from the dataValues list.

Constructor Detail

ListChangeImpl

protected ListChangeImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl

getKind

public ChangeKind getKind()

Specified by:
getKind in interface ListChange
Returns:
the value of the 'Kind' attribute.
See Also:
ChangeKind, ListChange.setKind(ChangeKind), ChangePackage.getListChange_Kind()

setKind

public void setKind(ChangeKind newKind)

Specified by:
setKind in interface ListChange
Parameters:
newKind - the new value of the 'Kind' attribute.
See Also:
ChangeKind, ListChange.getKind()

getDataValues

public EList getDataValues()

Specified by:
getDataValues in interface ListChange
Returns:
the value of the 'Data Values' attribute list.
See Also:
ChangePackage.getListChange_DataValues()

createDataValueDelegatingList

protected EList createDataValueDelegatingList()
Creates the data value delegating list


getIndex

public int getIndex()

Specified by:
getIndex in interface ListChange
Returns:
the value of the 'Index' attribute.
See Also:
ListChange.setIndex(int), ChangePackage.getListChange_Index()

setIndex

public void setIndex(int newIndex)

Specified by:
setIndex in interface ListChange
Parameters:
newIndex - the new value of the 'Index' attribute.
See Also:
ListChange.getIndex()

getMoveToIndex

public int getMoveToIndex()

Specified by:
getMoveToIndex in interface ListChange
Returns:
the value of the 'Move To Index' attribute.
See Also:
ListChange.setMoveToIndex(int), ChangePackage.getListChange_MoveToIndex()

setMoveToIndex

public void setMoveToIndex(int newMoveToIndex)

Specified by:
setMoveToIndex in interface ListChange
Parameters:
newMoveToIndex - the new value of the 'Move To Index' attribute.
See Also:
ListChange.getMoveToIndex()

getReferenceValues

public EList getReferenceValues()

Specified by:
getReferenceValues in interface ListChange
Returns:
the value of the 'Reference Values' reference list.
See Also:
ChangePackage.getListChange_ReferenceValues()

getFeatureGen

public EStructuralFeature getFeatureGen()


getFeature

public EStructuralFeature getFeature()
Description copied from interface: ListChange
Returns the value of the 'Feature' reference.

If the meaning of the 'Feature' reference isn't clear, there really should be more of a description here...

Specified by:
getFeature in interface ListChange
Returns:
the value of the 'Feature' reference.
See Also:
ListChange.setFeature(EStructuralFeature), ChangePackage.getListChange_Feature()

basicGetFeature

public EStructuralFeature basicGetFeature()


setFeature

public void setFeature(EStructuralFeature newFeature)

Specified by:
setFeature in interface ListChange
Parameters:
newFeature - the new value of the 'Feature' reference.
See Also:
ListChange.getFeature()

getValues

public EList getValues()

Specified by:
getValues in interface ListChange
Returns:
the value of the 'Values' attribute list.
See Also:
ChangePackage.getListChange_Values()

setValues

public void setValues(EList values)


apply

public void apply(EList originalList)

Specified by:
apply in interface ListChange

applyAndReverse

public void applyAndReverse(EList originalList)

Specified by:
applyAndReverse in interface ListChange

eGet

public Object eGet(EStructuralFeature eFeature,
                   boolean resolve)

Specified by:
eGet in interface EObject
Overrides:
eGet in class BasicEObjectImpl

eSet

public void eSet(EStructuralFeature eFeature,
                 Object newValue)

Specified by:
eSet in interface EObject
Overrides:
eSet in class BasicEObjectImpl

eUnset

public void eUnset(EStructuralFeature eFeature)

Specified by:
eUnset in interface EObject
Overrides:
eUnset in class BasicEObjectImpl

eIsSet

public boolean eIsSet(EStructuralFeature eFeature)

Specified by:
eIsSet in interface EObject
Overrides:
eIsSet in class BasicEObjectImpl

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl

Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.