public interface Repository
The following features are supported:
MigrationPackage.getRepository()| Modifier and Type | Method and Description |
|---|---|
Metamodel |
getMetamodel()
Returns the value of the 'Metamodel' containment reference.
|
Model |
getModel()
Returns the value of the 'Model' containment reference.
|
void |
setMetamodel(Metamodel value)
Sets the value of the '
Metamodel'
containment reference. |
void |
setModel(Model value)
Sets the value of the '
Model'
containment reference. |
Model getModel()
Repository'.
If the meaning of the 'Model' containment reference isn't clear, there really should be more of a description here...
Get the model of this repositorysetModel(Model),
MigrationPackage.getRepository_Model(),
Model.getRepository()void setModel(Model value)
Model'
containment reference.
value - the new value of the 'Model' containment reference.getModel()Metamodel getMetamodel()
Repository'.
If the meaning of the 'Metamodel' containment reference isn't clear, there really should be more of a description here...
The metamodel of this repositorysetMetamodel(Metamodel),
MigrationPackage.getRepository_Metamodel(),
Metamodel.getRepository()void setMetamodel(Metamodel value)
Metamodel'
containment reference.
value - the new value of the 'Metamodel' containment reference.getMetamodel()Copyright © 2020. All rights reserved.