public interface Driver
extends org.eclipse.emf.ecore.EObject
The following features are supported:
InfrastructurePackage.getDriver()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
SystemNode |
getNode()
Returns the value of the 'Node' container reference.
|
String |
getProtocolTypeTag()
Returns the value of the 'Protocol Type Tag' attribute.
|
void |
setName(String value)
Sets the value of the '
Name ' 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. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
InfrastructurePackage.getDriver_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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()