|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MOFScriptStatementOwner
A representation of the model object 'MOF Script Statement Owner'.
The following features are supported:
MOFScriptModelPackage.getMOFScriptStatementOwner()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<StatementBlock> |
getBlocks()
Returns the value of the 'Blocks' containment reference list. |
org.eclipse.emf.common.util.EList<MOFScriptStatement> |
getStatements()
Returns the value of the 'Statements' containment reference list. |
org.eclipse.emf.common.util.EList<VariableDeclaration> |
getVariables()
Returns the value of the 'Variables' containment reference list. |
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.MOFScriptObject |
---|
getColumn, getComment, getLine, setColumn, setLine |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
org.eclipse.emf.common.util.EList<MOFScriptStatement> getStatements()
MOFScriptStatement
.
It is bidirectional and its opposite is 'Owner
'.
If the meaning of the 'Statements' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptStatementOwner_Statements()
,
MOFScriptStatement.getOwner()
org.eclipse.emf.common.util.EList<VariableDeclaration> getVariables()
VariableDeclaration
.
If the meaning of the 'Variables' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptStatementOwner_Variables()
org.eclipse.emf.common.util.EList<StatementBlock> getBlocks()
StatementBlock
.
If the meaning of the 'Blocks' containment reference list isn't clear, there really should be more of a description here...
MOFScriptModelPackage.getMOFScriptStatementOwner_Blocks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |