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

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.Core.Behaviors.impl.BindingImpl
All Implemented Interfaces:
Binding
Direct Known Subclasses:
DefinitionBindingImpl

public abstract class BindingImpl
extends EObjectImpl
implements Binding

An implementation of the model object 'Binding'.

The following features are implemented:


Constructor Summary
protected BindingImpl()
           
 
Method Summary
 NotificationChain basicSetOuterPort(Port newOuterPort, 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)
           
 Port getOuterPort()
           
 void setOuterPort(Port newOuterPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingImpl

protected BindingImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getOuterPort

public Port getOuterPort()

Specified by:
getOuterPort in interface Binding
Returns:
the value of the 'Outer Port' container reference.
See Also:
Binding.setOuterPort(Port), BehaviorsPackage.getBinding_OuterPort(), Port.getBinding()

basicSetOuterPort

public NotificationChain basicSetOuterPort(Port newOuterPort,
                                           NotificationChain msgs)


setOuterPort

public void setOuterPort(Port newOuterPort)

Specified by:
setOuterPort in interface Binding
Parameters:
newOuterPort - the new value of the 'Outer Port' container reference.
See Also:
Binding.getOuterPort()

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)