public interface MigrationChange extends Change
The following features are supported:
HistoryPackage.getMigrationChange()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<MigrateableChange> |
getChanges()
Returns the value of the 'Changes' containment reference list.
|
String |
getMigration()
Returns the value of the 'Migration' attribute.
|
void |
setMigration(String value)
Sets the value of the '
Migration'
attribute. |
getDescription, getRelease, isBreaking, setBreaking, setDescriptionString getMigration()
setMigration(String),
HistoryPackage.getMigrationChange_Migration()void setMigration(String value)
Migration'
attribute.
value - the new value of the 'Migration' attribute.getMigration()org.eclipse.emf.common.util.EList<MigrateableChange> getChanges()
MigrateableChange.
A sequence of primitive changes
HistoryPackage.getMigrationChange_Changes()Copyright © 2020. All rights reserved.