public interface Model
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PureXbasePackage.getModel()
Modifier and Type | Method and Description |
---|---|
XBlockExpression |
getBlock()
Returns the value of the 'Block' containment reference
|
XImportSection |
getImportSection()
Returns the value of the 'Import Section' containment reference
|
void |
setBlock(XBlockExpression value)
Sets the value of the '
Block ' containment reference |
void |
setImportSection(XImportSection value)
Sets the value of the '
Import Section ' containment reference |
XImportSection getImportSection()
If the meaning of the 'Import Section' containment reference isn't clear, there really should be more of a description here...
setImportSection(XImportSection)
,
PureXbasePackage.getModel_ImportSection()
void setImportSection(XImportSection value)
Import Section
' containment reference.
value
- the new value of the 'Import Section' containment reference.getImportSection()
XBlockExpression getBlock()
If the meaning of the 'Block' containment reference isn't clear, there really should be more of a description here...
setBlock(XBlockExpression)
,
PureXbasePackage.getModel_Block()
void setBlock(XBlockExpression value)
Block
' containment reference.
value
- the new value of the 'Block' containment reference.getBlock()