public interface MasterServer extends EquinoxApplication
The following features are supported:
InfrastructurePackage.getMasterServer()
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.
|
void |
setArchiveTo(ValueArchiveServer value)
Sets the value of the '
Archive To ' reference. |
getLocalCredentials, setLocalCredentials
getConfiguration, getConfigurations, getInstanceNumber, getModules, getSecurityConfiguration, getUserService, setConfiguration, setInstanceNumber, setSecurityConfiguration, setUserService
getName, setName
org.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()