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