public interface Driver extends NamedApplication
The following features are supported:
InfrastructurePackage.getDriver()
Modifier and Type | Method and Description |
---|---|
SystemNode |
getNode()
Returns the value of the 'Node' container reference.
|
String |
getProtocolTypeTag()
Returns the value of the 'Protocol Type Tag' attribute.
|
void |
setNode(SystemNode value)
Sets the value of the '
Node ' container reference. |
void |
setProtocolTypeTag(String value)
Sets the value of the '
Protocol Type Tag ' attribute. |
getName, setName
SystemNode getNode()
Drivers
'.
If the meaning of the 'Node' reference isn't clear, there really should be more of a description here...
setNode(SystemNode)
,
InfrastructurePackage.getDriver_Node()
,
SystemNode.getDrivers()
void setNode(SystemNode value)
Node
' container reference.
value
- the new value of the 'Node' container reference.getNode()
String getProtocolTypeTag()
"ngp"
.
If the meaning of the 'Protocol Type Tag' attribute isn't clear, there really should be more of a description here...
setProtocolTypeTag(String)
,
InfrastructurePackage.getDriver_ProtocolTypeTag()
void setProtocolTypeTag(String value)
Protocol Type Tag
' attribute.
value
- the new value of the 'Protocol Type Tag' attribute.getProtocolTypeTag()