public interface MOFScriptStatementOwner
A representation of the model object 'MOF Script Statement Owner'.
The following features are supported:
MOFScriptModelPackage.getMOFScriptStatementOwner()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getStatements()
Returns the value of the 'Statements' containment reference list. |
org.eclipse.emf.common.util.EList |
getVariables()
Returns the value of the 'Variables' containment reference list. |
Methods inherited from interface org.sintef.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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList 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 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()