g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.sweep.impl
Class SweepTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.sweep.impl.SweepTypeImpl
All Implemented Interfaces:
SweepType

public class SweepTypeImpl
extends EObjectImpl
implements SweepType

An implementation of the model object 'Type'.

The following features are implemented:


Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 EList getAssignment()
           
 EList getSweep()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAssignment

public EList getAssignment()

Specified by:
getAssignment in interface SweepType
Returns:
the value of the 'Assignment' containment reference list.
See Also:
SweepPackage.getSweepType_Assignment()

getSweep

public EList getSweep()

Specified by:
getSweep in interface SweepType
Returns:
the value of the 'Sweep' containment reference list.
See Also:
SweepPackage.getSweepType_Sweep()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)


eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


g-Eclipse
Release 1.0.0