public interface MasterServer extends EquinoxApplication
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
ValueArchiveServer |
getArchiveTo()
Returns the value of the 'Archive To' reference.
|
org.eclipse.emf.common.util.EList<Authorative> |
getAuthoratives()
Returns the value of the 'Authoratives' containment reference list.
|
org.eclipse.emf.common.util.EList<Driver> |
getDriver()
Returns the value of the 'Driver' reference list.
|
org.eclipse.emf.common.util.EList<MasterImport> |
getImportMaster()
Returns the value of the 'Import Master' containment reference list.
|
Credentials |
getLocalCredentials()
Returns the value of the 'Local Credentials' reference.
|
void |
setArchiveTo(ValueArchiveServer value)
Sets the value of the '
Archive To' reference. |
void |
setLocalCredentials(Credentials value)
Sets the value of the '
Local Credentials' reference. |
getConfiguration, getConfigurations, getInstanceNumber, getName, setConfiguration, setInstanceNumber, setNameorg.eclipse.emf.common.util.EList<Authorative> getAuthoratives()
Authorative.
If the meaning of the 'Authoratives' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getMasterServer_Authoratives()org.eclipse.emf.common.util.EList<MasterImport> getImportMaster()
MasterImport.
It is bidirectional and its opposite is 'Master'.
If the meaning of the 'Import Master' containment reference list isn't clear, there really should be more of a description here...
A master import definitionInfrastructurePackage.getMasterServer_ImportMaster(),
MasterImport.getMaster()org.eclipse.emf.common.util.EList<Driver> getDriver()
Driver.
If the meaning of the 'Driver' reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getMasterServer_Driver()ValueArchiveServer getArchiveTo()
If the meaning of the 'Archive To' reference isn't clear, there really should be more of a description here...
setArchiveTo(ValueArchiveServer),
InfrastructurePackage.getMasterServer_ArchiveTo()void setArchiveTo(ValueArchiveServer value)
Archive To' reference.
value - the new value of the 'Archive To' reference.getArchiveTo()Credentials getLocalCredentials()
If the meaning of the 'Local Credentials' reference isn't clear, there really should be more of a description here...
setLocalCredentials(Credentials),
InfrastructurePackage.getMasterServer_LocalCredentials()void setLocalCredentials(Credentials value)
Local Credentials' reference.
value - the new value of the 'Local Credentials' reference.getLocalCredentials()