public interface Driver
extends org.eclipse.emf.ecore.EObject
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.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setNode(SystemNode value)
Sets the value of the '
Node ' container reference. |
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()