public interface AbstractCommonDriver extends Driver
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. |
getName, getNode, getProtocolTypeTag, setName, setNode, setProtocolTypeTag
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.getAbstractCommonDriver_PortNumber()
void setPortNumber(short value)
Port Number
' attribute.
value
- the new value of the 'Port Number' attribute.getPortNumber()
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.getAbstractCommonDriver_Password()
void setPassword(PasswordCredentials value)
Password
' containment reference.
value
- the new value of the 'Password' containment reference.getPassword()