public interface Migration extends IdEObject
The following features are supported:
StorePackage.getMigration()| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
Boolean |
getExecuted()
Returns the value of the 'Executed' attribute.
|
Integer |
getNumber()
Returns the value of the 'Number' attribute.
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setExecuted(Boolean value)
Sets the value of the '
Executed' attribute. |
void |
setNumber(Integer value)
Sets the value of the '
Number' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeInteger getNumber()
If the meaning of the 'Number' attribute isn't clear, there really should be more of a description here...
setNumber(Integer),
StorePackage.getMigration_Number()void setNumber(Integer value)
Number' attribute.
value - the new value of the 'Number' attribute.getNumber()String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
StorePackage.getMigration_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()Boolean getExecuted()
If the meaning of the 'Executed' attribute isn't clear, there really should be more of a description here...
setExecuted(Boolean),
StorePackage.getMigration_Executed()void setExecuted(Boolean value)
Executed' attribute.
value - the new value of the 'Executed' attribute.getExecuted()Copyright © 2016 OpenSource BIM. All rights reserved.