public interface Connection extends Value
The following features are supported:
ValuesPackage.getConnection()
Modifier and Type | Method and Description |
---|---|
Pointer |
getA()
Returns the value of the 'A' containment reference.
|
Pointer |
getB()
Returns the value of the 'B' containment reference.
|
Connectivity |
getConnectivity()
Returns the value of the 'Connectivity' attribute.
|
void |
setA(Pointer value)
Sets the value of the '
A ' containment reference. |
void |
setB(Pointer value)
Sets the value of the '
B ' containment reference. |
void |
setConnectivity(Connectivity value)
Sets the value of the '
Connectivity ' attribute. |
isSynched, setSynched
Pointer getA()
If the meaning of the 'A' containment reference list isn't clear, there really should be more of a description here...
setA(Pointer)
,
ValuesPackage.getConnection_A()
void setA(Pointer value)
A
' containment reference.
value
- the new value of the 'A' containment reference.getA()
Pointer getB()
If the meaning of the 'B' containment reference list isn't clear, there really should be more of a description here...
setB(Pointer)
,
ValuesPackage.getConnection_B()
void setB(Pointer value)
B
' containment reference.
value
- the new value of the 'B' containment reference.getB()
Connectivity getConnectivity()
Connectivity
.
If the meaning of the 'Connectivity' attribute isn't clear, there really should be more of a description here...
Connectivity
,
setConnectivity(Connectivity)
,
ValuesPackage.getConnection_Connectivity()
void setConnectivity(Connectivity value)
Connectivity
' attribute.
value
- the new value of the 'Connectivity' attribute.Connectivity
,
getConnectivity()