public interface CommonDriver extends AbstractFactoryDriver
The following features are supported:
InfrastructurePackage.getCommonDriver()
Modifier and Type | Method and Description |
---|---|
PasswordCredentials |
getPassword()
Returns the value of the 'Password' containment reference.
|
int |
getPortNumber()
Returns the value of the 'Port Number' attribute.
|
void |
setPassword(PasswordCredentials value)
Sets the value of the '
Password ' containment reference. |
void |
setPortNumber(int value)
Sets the value of the '
Port Number ' attribute. |
getDevices, getDriverTypeId, setDriverTypeId
getNode, getProtocolTypeTag, setNode, setProtocolTypeTag
getName, setName
PasswordCredentials getPassword()
If the meaning of the 'Password' containment reference isn't clear, there really should be more of a description here...
setPassword(PasswordCredentials)
,
InfrastructurePackage.getCommonDriver_Password()
void setPassword(PasswordCredentials value)
Password
' containment reference.
value
- the new value of the 'Password' containment reference.getPassword()
int getPortNumber()
If the meaning of the 'Port Number' attribute isn't clear, there really should be more of a description here...
setPortNumber(int)
,
InfrastructurePackage.getCommonDriver_PortNumber()
void setPortNumber(int value)
Port Number
' attribute.
value
- the new value of the 'Port Number' attribute.getPortNumber()