public interface CommunicationLink extends CapellaElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ExchangeItem |
getExchangeItem()
Returns the value of the 'Exchange Item' reference.
|
CommunicationLinkKind |
getKind()
Returns the value of the 'Kind' attribute.
|
CommunicationLinkProtocol |
getProtocol()
Returns the value of the 'Protocol' attribute.
|
void |
setExchangeItem(ExchangeItem value)
Sets the value of the '
Exchange Item' reference. |
void |
setKind(CommunicationLinkKind value)
Sets the value of the '
Kind' attribute. |
void |
setProtocol(CommunicationLinkProtocol value)
Sets the value of the '
Protocol' attribute. |
getAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsCommunicationLinkKind getKind()
CommunicationLinkKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
CommunicationLinkKind,
setKind(CommunicationLinkKind),
CommunicationPackage.getCommunicationLink_Kind()void setKind(CommunicationLinkKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.CommunicationLinkKind,
getKind()CommunicationLinkProtocol getProtocol()
CommunicationLinkProtocol.
If the meaning of the 'Protocol' attribute isn't clear, there really should be more of a description here...
CommunicationLinkProtocol,
setProtocol(CommunicationLinkProtocol),
CommunicationPackage.getCommunicationLink_Protocol()void setProtocol(CommunicationLinkProtocol value)
Protocol' attribute.
value - the new value of the 'Protocol' attribute.CommunicationLinkProtocol,
getProtocol()ExchangeItem getExchangeItem()
If the meaning of the 'Exchange Item' reference isn't clear, there really should be more of a description here...
setExchangeItem(ExchangeItem),
CommunicationPackage.getCommunicationLink_ExchangeItem()void setExchangeItem(ExchangeItem value)
Exchange Item' reference.
value - the new value of the 'Exchange Item' reference.getExchangeItem()