org.eclipse.etrice.generator.etricegen.impl
Class BindingInstanceImpl

java.lang.Object
  extended by EObjectImpl
      extended by org.eclipse.etrice.generator.etricegen.impl.BindingInstanceImpl
All Implemented Interfaces:
BindingInstance

public class BindingInstanceImpl
extends EObjectImpl
implements BindingInstance

An implementation of the model object 'Binding Instance'.

The following features are implemented:

EMF generated code

Field Summary
protected   ports
          The cached value of the 'Ports' reference list.
 
Constructor Summary
protected BindingInstanceImpl()
           
 
Method Summary
 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)
           
  getPorts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ports

protected  ports
The cached value of the 'Ports' reference list.

See Also:
getPorts()
EMF generated code
EMF ordered
Constructor Detail

BindingInstanceImpl

protected BindingInstanceImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getPorts

public  getPorts()

Specified by:
getPorts in interface BindingInstance
Returns:
the value of the 'Ports' reference list.
See Also:
ETriceGenPackage.getBindingInstance_Ports(), PortInstance.getBindings()
EMF generated code

eInverseAdd

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

EMF generated code

eInverseRemove

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

EMF generated code

eGet

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

EMF generated code

eSet

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

EMF generated code

eUnset

public void eUnset(int featureID)

EMF generated code

eIsSet

public boolean eIsSet(int featureID)

EMF generated code