public class ConnectionImpl extends ValueImpl implements Connection
The following features are implemented:
Modifier and Type | Field and Description |
---|---|
protected Pointer |
a
The cached value of the '
A ' containment reference. |
protected Pointer |
b
The cached value of the '
B ' containment reference. |
protected Connectivity |
connectivity
The cached value of the '
Connectivity ' attribute. |
protected static Connectivity |
CONNECTIVITY_EDEFAULT
The default value of the '
Connectivity ' attribute. |
synched, SYNCHED_EDEFAULT
Modifier | Constructor and Description |
---|---|
protected |
ConnectionImpl() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
basicSetA(Pointer newA,
NotificationChain msgs) |
NotificationChain |
basicSetB(Pointer newB,
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) |
Pointer |
getA() |
Pointer |
getB() |
Connectivity |
getConnectivity() |
void |
setA(Pointer newA) |
void |
setB(Pointer newB) |
void |
setConnectivity(Connectivity newConnectivity) |
java.lang.String |
toString() |
isSynched, setSynched
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isSynched, setSynched
protected static final Connectivity CONNECTIVITY_EDEFAULT
Connectivity
' attribute.
getConnectivity()
protected Connectivity connectivity
Connectivity
' attribute.
getConnectivity()
protected EClass eStaticClass()
eStaticClass
in class ValueImpl
public Pointer getA()
getA
in interface Connection
Connection.setA(Pointer)
,
ValuesPackage.getConnection_A()
public NotificationChain basicSetA(Pointer newA, NotificationChain msgs)
public void setA(Pointer newA)
setA
in interface Connection
newA
- the new value of the 'A' containment reference.Connection.getA()
public Pointer getB()
getB
in interface Connection
Connection.setB(Pointer)
,
ValuesPackage.getConnection_B()
public NotificationChain basicSetB(Pointer newB, NotificationChain msgs)
public void setB(Pointer newB)
setB
in interface Connection
newB
- the new value of the 'B' containment reference.Connection.getB()
public Connectivity getConnectivity()
getConnectivity
in interface Connection
Connectivity
,
Connection.setConnectivity(Connectivity)
,
ValuesPackage.getConnection_Connectivity()
public void setConnectivity(Connectivity newConnectivity)
setConnectivity
in interface Connection
newConnectivity
- the new value of the 'Connectivity' attribute.Connectivity
,
Connection.getConnectivity()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)