public interface EquinoxDriver extends AbstractFactoryDriver
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Credentials |
getAccessCredentials()
Returns the value of the 'Access Credentials' containment reference.
|
int |
getInstanceNumber()
Returns the value of the 'Instance Number' attribute.
|
Configuration |
getSecurityConfiguration()
Returns the value of the 'Security Configuration' reference.
|
UserService |
getUserService()
Returns the value of the 'User Service' containment reference.
|
void |
setAccessCredentials(Credentials value)
Sets the value of the '
Access Credentials ' containment reference. |
void |
setInstanceNumber(int value)
Sets the value of the '
Instance Number ' attribute. |
void |
setSecurityConfiguration(Configuration value)
Sets the value of the '
Security Configuration ' reference. |
void |
setUserService(UserService value)
Sets the value of the '
User Service ' containment reference. |
getDevices, getDriverTypeId, setDriverTypeId
getName, getNode, setName, setNode
UserService getUserService()
If the meaning of the 'User Service' containment reference isn't clear, there really should be more of a description here...
setUserService(UserService)
,
InfrastructurePackage.getEquinoxDriver_UserService()
void setUserService(UserService value)
User Service
' containment reference.
value
- the new value of the 'User Service' containment reference.getUserService()
int getInstanceNumber()
If the meaning of the 'Instance Number' attribute isn't clear, there really should be more of a description here...
setInstanceNumber(int)
,
InfrastructurePackage.getEquinoxDriver_InstanceNumber()
void setInstanceNumber(int value)
Instance Number
' attribute.
value
- the new value of the 'Instance Number' attribute.getInstanceNumber()
Credentials getAccessCredentials()
If the meaning of the 'Access Credentials' reference isn't clear, there really should be more of a description here...
setAccessCredentials(Credentials)
,
InfrastructurePackage.getEquinoxDriver_AccessCredentials()
void setAccessCredentials(Credentials value)
Access Credentials
' containment reference.
value
- the new value of the 'Access Credentials' containment reference.getAccessCredentials()
Configuration getSecurityConfiguration()
If the meaning of the 'Security Configuration' reference isn't clear, there really should be more of a description here...
setSecurityConfiguration(Configuration)
,
InfrastructurePackage.getEquinoxDriver_SecurityConfiguration()
void setSecurityConfiguration(Configuration value)
Security Configuration
' reference.
value
- the new value of the 'Security Configuration' reference.getSecurityConfiguration()