org.eclipse.etrice.core.room.impl
Class LayerConnectionImpl

java.lang.Object
  extended by MinimalEObjectImpl.Container
      extended by org.eclipse.etrice.core.room.impl.LayerConnectionImpl
All Implemented Interfaces:
LayerConnection

public class LayerConnectionImpl
extends MinimalEObjectImpl.Container
implements LayerConnection

An implementation of the model object 'Layer Connection'.

The following features are implemented:

EMF generated code

Field Summary
protected  SAPoint from
          The cached value of the 'From' containment reference.
protected  SPPoint to
          The cached value of the 'To' containment reference.
 
Constructor Summary
protected LayerConnectionImpl()
           
 
Method Summary
 NotificationChain basicSetFrom(SAPoint newFrom, NotificationChain msgs)
           
 NotificationChain basicSetTo(SPPoint newTo, 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)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 SAPoint getFrom()
           
 SPPoint getTo()
           
 void setFrom(SAPoint newFrom)
           
 void setTo(SPPoint newTo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

from

protected SAPoint from
The cached value of the 'From' containment reference.

See Also:
getFrom()
EMF generated code
EMF ordered

to

protected SPPoint to
The cached value of the 'To' containment reference.

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

LayerConnectionImpl

protected LayerConnectionImpl()

EMF generated code
Method Detail

eStaticClass

protected EClass eStaticClass()

EMF generated code

getFrom

public SAPoint getFrom()

Specified by:
getFrom in interface LayerConnection
Returns:
the value of the 'From' containment reference.
See Also:
LayerConnection.setFrom(SAPoint), RoomPackage.getLayerConnection_From()
EMF generated code

basicSetFrom

public NotificationChain basicSetFrom(SAPoint newFrom,
                                      NotificationChain msgs)

EMF generated code

setFrom

public void setFrom(SAPoint newFrom)

Specified by:
setFrom in interface LayerConnection
Parameters:
newFrom - the new value of the 'From' containment reference.
See Also:
LayerConnection.getFrom()
EMF generated code

getTo

public SPPoint getTo()

Specified by:
getTo in interface LayerConnection
Returns:
the value of the 'To' containment reference.
See Also:
LayerConnection.setTo(SPPoint), RoomPackage.getLayerConnection_To()
EMF generated code

basicSetTo

public NotificationChain basicSetTo(SPPoint newTo,
                                    NotificationChain msgs)

EMF generated code

setTo

public void setTo(SPPoint newTo)

Specified by:
setTo in interface LayerConnection
Parameters:
newTo - the new value of the 'To' containment reference.
See Also:
LayerConnection.getTo()
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