org.sintef.mofscript.MOFScriptModel
Interface MOFScriptStatement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, MOFScriptStatementOwner, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CreateStatement, FileStatement, FunctionCallStatement, GeneralAssignment, IfStatement, IteratorStatement, PrintStatement, ResultAssignment
All Known Implementing Classes:
CreateStatementImpl, FileStatementImpl, FunctionCallStatementImpl, GeneralAssignmentImpl, IfStatementImpl, IteratorStatementImpl, MOFScriptStatementImpl, PrintStatementImpl, ResultAssignmentImpl

public interface MOFScriptStatement
extends MOFScriptStatementOwner

A representation of the model object 'MOF Script Statement'.

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptStatement()

Method Summary
 MOFScriptStatementOwner getOwner()
          Returns the value of the 'Owner' container reference.
 void setOwner(MOFScriptStatementOwner value)
          Sets the value of the 'Owner' container reference
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatementOwner
getStatements, getVariables
 
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

getOwner

MOFScriptStatementOwner getOwner()
Returns the value of the 'Owner' container reference. It is bidirectional and its opposite is 'Statements'.

If the meaning of the 'Owner' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Owner' container reference.
See Also:
setOwner(MOFScriptStatementOwner), MOFScriptModelPackage.getMOFScriptStatement_Owner(), MOFScriptStatementOwner.getStatements()

setOwner

void setOwner(MOFScriptStatementOwner value)
Sets the value of the 'Owner' container reference.

Parameters:
value - the new value of the 'Owner' container reference.
See Also:
getOwner()