public interface MasterImport
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Credentials |
getCredentials()
Returns the value of the 'Credentials' containment reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
MasterServer |
getImportedMaster()
Returns the value of the 'Imported Master' reference.
|
MasterServer |
getMaster()
Returns the value of the 'Master' container reference.
|
void |
setCredentials(Credentials value)
Sets the value of the '
Credentials ' containment reference. |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setImportedMaster(MasterServer value)
Sets the value of the '
Imported Master ' reference. |
void |
setMaster(MasterServer value)
Sets the value of the '
Master ' container reference. |
MasterServer getImportedMaster()
If the meaning of the 'Imported Master' reference isn't clear, there really should be more of a description here...
The master server that is importedsetImportedMaster(MasterServer)
,
InfrastructurePackage.getMasterImport_ImportedMaster()
void setImportedMaster(MasterServer value)
Imported Master
' reference.
value
- the new value of the 'Imported Master' reference.getImportedMaster()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
InfrastructurePackage.getMasterImport_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
Credentials getCredentials()
If the meaning of the 'Credentials' containment reference isn't clear, there really should be more of a description here...
setCredentials(Credentials)
,
InfrastructurePackage.getMasterImport_Credentials()
void setCredentials(Credentials value)
Credentials
' containment reference.
value
- the new value of the 'Credentials' containment reference.getCredentials()
MasterServer getMaster()
Import Master
'.
If the meaning of the 'Master' container reference isn't clear, there really should be more of a description here...
setMaster(MasterServer)
,
InfrastructurePackage.getMasterImport_Master()
,
MasterServer.getImportMaster()
void setMaster(MasterServer value)
Master
' container reference.
value
- the new value of the 'Master' container reference.getMaster()