public interface ExternalDriver extends Driver
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Credentials |
getAccessCredentials()
Returns the value of the 'Access Credentials' containment reference.
|
short |
getPortNumber()
Returns the value of the 'Port Number' attribute.
|
void |
setAccessCredentials(Credentials value)
Sets the value of the '
Access Credentials ' containment reference. |
void |
setPortNumber(short value)
Sets the value of the '
Port Number ' attribute. |
getName, getNode, setName, setNode
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.getExternalDriver_PortNumber()
void setPortNumber(short value)
Port Number
' attribute.
value
- the new value of the 'Port Number' attribute.getPortNumber()
Credentials getAccessCredentials()
If the meaning of the 'Access Credentials' containment reference isn't clear, there really should be more of a description here...
setAccessCredentials(Credentials)
,
InfrastructurePackage.getExternalDriver_AccessCredentials()
void setAccessCredentials(Credentials value)
Access Credentials
' containment reference.
value
- the new value of the 'Access Credentials' containment reference.getAccessCredentials()