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.
|
int |
getPortNumber()
Returns the value of the 'Port Number' attribute.
|
boolean |
isBinding()
Returns the value of the 'Binding' attribute.
|
void |
setAccessCredentials(Credentials value)
Sets the value of the '
Access Credentials ' containment reference. |
void |
setBinding(boolean value)
Sets the value of the '
Binding ' attribute. |
void |
setPortNumber(int value)
Sets the value of the '
Port Number ' attribute. |
getNode, getProtocolTypeTag, setNode, setProtocolTypeTag
getName, setName
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.getExternalDriver_PortNumber()
void setPortNumber(int 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()
boolean isBinding()
"true"
.
Defines wether the external driver instance will block the port by binding as a service.
setBinding(boolean)
,
InfrastructurePackage.getExternalDriver_Binding()
void setBinding(boolean value)
Binding
' attribute.
value
- the new value of the 'Binding' attribute.isBinding()