|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.LayerConnectionImpl
public class LayerConnectionImpl
An implementation of the model object 'Layer Connection'.
The following features are implemented:
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 |
---|
protected SAPoint from
From
' containment reference.
getFrom()
protected SPPoint to
To
' containment reference.
getTo()
Constructor Detail |
---|
protected LayerConnectionImpl()
Method Detail |
---|
protected EClass eStaticClass()
public SAPoint getFrom()
getFrom
in interface LayerConnection
LayerConnection.setFrom(SAPoint)
,
RoomPackage.getLayerConnection_From()
public NotificationChain basicSetFrom(SAPoint newFrom, NotificationChain msgs)
public void setFrom(SAPoint newFrom)
setFrom
in interface LayerConnection
newFrom
- the new value of the 'From' containment reference.LayerConnection.getFrom()
public SPPoint getTo()
getTo
in interface LayerConnection
LayerConnection.setTo(SPPoint)
,
RoomPackage.getLayerConnection_To()
public NotificationChain basicSetTo(SPPoint newTo, NotificationChain msgs)
public void setTo(SPPoint newTo)
setTo
in interface LayerConnection
newTo
- the new value of the 'To' containment reference.LayerConnection.getTo()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |