public interface CommonDriver extends Driver
The following features are supported:
WorldPackage.getCommonDriver()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Endpoint> |
getEndpoints()
Returns the value of the 'Endpoints' reference list.
|
PasswordCredentials |
getPassword()
Returns the value of the 'Password' containment reference.
|
void |
setPassword(PasswordCredentials value)
Sets the value of the '
Password ' containment reference. |
getName, setName
getShortDescription, setShortDescription
PasswordCredentials getPassword()
If the meaning of the 'Password' containment reference isn't clear, there really should be more of a description here...
setPassword(PasswordCredentials)
,
WorldPackage.getCommonDriver_Password()
void setPassword(PasswordCredentials value)
Password
' containment reference.
value
- the new value of the 'Password' containment reference.getPassword()
org.eclipse.emf.common.util.EList<Endpoint> getEndpoints()
Endpoint
.
If the meaning of the 'Endpoints' reference list isn't clear, there really should be more of a description here...
getEndpoints
in interface Driver
WorldPackage.getCommonDriver_Endpoints()