ujf.verimag.bip.Core.Behaviors.impl
Class VariableBindingImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.VariableBindingImpl
All Implemented Interfaces:
VariableBinding
Direct Known Subclasses:
VariableDefinitionBindingImpl, VariableExportBindingImpl

public abstract class VariableBindingImpl
extends EObjectImpl
implements VariableBinding

An implementation of the model object 'Variable Binding'.

The following features are implemented:


Constructor Summary
protected VariableBindingImpl()
           
 
Method Summary
 NotificationChain basicSetInterfaceVariable(InterfaceVariable newInterfaceVariable, NotificationChain msgs)
           
 NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 InterfaceVariable getInterfaceVariable()
           
 void setInterfaceVariable(InterfaceVariable newInterfaceVariable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableBindingImpl

protected VariableBindingImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getInterfaceVariable

public InterfaceVariable getInterfaceVariable()

Specified by:
getInterfaceVariable in interface VariableBinding
Returns:
the value of the 'Interface Variable' container reference.
See Also:
VariableBinding.setInterfaceVariable(InterfaceVariable), BehaviorsPackage.getVariableBinding_InterfaceVariable(), InterfaceVariable.getVariableBinding()

basicSetInterfaceVariable

public NotificationChain basicSetInterfaceVariable(InterfaceVariable newInterfaceVariable,
                                                   NotificationChain msgs)


setInterfaceVariable

public void setInterfaceVariable(InterfaceVariable newInterfaceVariable)

Specified by:
setInterfaceVariable in interface VariableBinding
Parameters:
newInterfaceVariable - the new value of the 'Interface Variable' container reference.
See Also:
VariableBinding.getInterfaceVariable()

eInverseAdd

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


eInverseRemove

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


eBasicRemoveFromContainerFeature

public NotificationChain eBasicRemoveFromContainerFeature(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)