|
||||||||||
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.BindingImpl
public class BindingImpl
An implementation of the model object 'Binding'.
The following features are implemented:
Field Summary | |
---|---|
protected BindingEndPoint |
endpoint1
The cached value of the ' Endpoint1 ' containment reference. |
protected BindingEndPoint |
endpoint2
The cached value of the ' Endpoint2 ' containment reference. |
Constructor Summary | |
---|---|
protected |
BindingImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetEndpoint1(BindingEndPoint newEndpoint1,
NotificationChain msgs)
|
NotificationChain |
basicSetEndpoint2(BindingEndPoint newEndpoint2,
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)
|
BindingEndPoint |
getEndpoint1()
|
BindingEndPoint |
getEndpoint2()
|
void |
setEndpoint1(BindingEndPoint newEndpoint1)
|
void |
setEndpoint2(BindingEndPoint newEndpoint2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BindingEndPoint endpoint1
Endpoint1
' containment reference.
getEndpoint1()
protected BindingEndPoint endpoint2
Endpoint2
' containment reference.
getEndpoint2()
Constructor Detail |
---|
protected BindingImpl()
Method Detail |
---|
protected EClass eStaticClass()
public BindingEndPoint getEndpoint1()
getEndpoint1
in interface Binding
Binding.setEndpoint1(BindingEndPoint)
,
RoomPackage.getBinding_Endpoint1()
public NotificationChain basicSetEndpoint1(BindingEndPoint newEndpoint1, NotificationChain msgs)
public void setEndpoint1(BindingEndPoint newEndpoint1)
setEndpoint1
in interface Binding
newEndpoint1
- the new value of the 'Endpoint1' containment reference.Binding.getEndpoint1()
public BindingEndPoint getEndpoint2()
getEndpoint2
in interface Binding
Binding.setEndpoint2(BindingEndPoint)
,
RoomPackage.getBinding_Endpoint2()
public NotificationChain basicSetEndpoint2(BindingEndPoint newEndpoint2, NotificationChain msgs)
public void setEndpoint2(BindingEndPoint newEndpoint2)
setEndpoint2
in interface Binding
newEndpoint2
- the new value of the 'Endpoint2' containment reference.Binding.getEndpoint2()
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 |