g-Eclipse
Release 1.0.0

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

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

public class AssignmentTypeImpl
extends EObjectImpl
implements AssignmentType

An implementation of the model object 'Assignment Type'.

The following features are implemented:


Method Summary
 NotificationChain basicSetFunction(EObject newFunction, NotificationChain msgs)
           
 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)
           
 EObject getFunction()
           
 FeatureMap getFunctionGroup()
           
 EList getParameter()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getParameter

public EList getParameter()

Specified by:
getParameter in interface AssignmentType
Returns:
the value of the 'Parameter' attribute list.
See Also:
SweepPackage.getAssignmentType_Parameter()

getFunctionGroup

public FeatureMap getFunctionGroup()

Specified by:
getFunctionGroup in interface AssignmentType
Returns:
the value of the 'Function Group' attribute list.
See Also:
SweepPackage.getAssignmentType_FunctionGroup()

getFunction

public EObject getFunction()

Specified by:
getFunction in interface AssignmentType
Returns:
the value of the 'Function' containment reference.
See Also:
SweepPackage.getAssignmentType_Function()

basicSetFunction

public NotificationChain basicSetFunction(EObject newFunction,
                                          NotificationChain msgs)


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)


toString

public java.lang.String toString()


g-Eclipse
Release 1.0.0