public interface TransmissionWithProtocol
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Connector |
getBase_Connector()
Returns the value of the 'Base Connector' reference.
|
java.lang.String |
getCRC()
Returns the value of the 'CRC' attribute.
|
boolean |
isUseSeqID()
Returns the value of the 'Use Seq ID' attribute.
|
void |
setBase_Connector(org.eclipse.uml2.uml.Connector value)
Sets the value of the '
Base Connector ' reference. |
void |
setCRC(java.lang.String value)
Sets the value of the '
CRC ' attribute. |
void |
setUseSeqID(boolean value)
Sets the value of the '
Use Seq ID ' attribute. |
org.eclipse.uml2.uml.Connector getBase_Connector()
If the meaning of the 'Base Connector' reference isn't clear, there really should be more of a description here...
setBase_Connector(Connector)
,
MitigationMeansPackage.getTransmissionWithProtocol_Base_Connector()
void setBase_Connector(org.eclipse.uml2.uml.Connector value)
Base Connector
' reference.
value
- the new value of the 'Base Connector' reference.getBase_Connector()
java.lang.String getCRC()
If the meaning of the 'CRC' attribute isn't clear, there really should be more of a description here...
setCRC(String)
,
MitigationMeansPackage.getTransmissionWithProtocol_CRC()
void setCRC(java.lang.String value)
CRC
' attribute.
value
- the new value of the 'CRC' attribute.getCRC()
boolean isUseSeqID()
If the meaning of the 'Use Seq ID' attribute isn't clear, there really should be more of a description here...
setUseSeqID(boolean)
,
MitigationMeansPackage.getTransmissionWithProtocol_UseSeqID()
void setUseSeqID(boolean value)
Use Seq ID
' attribute.
value
- the new value of the 'Use Seq ID' attribute.isUseSeqID()