org.eclipse.mofscript.MOFScriptModel
Interface MOFScriptStatement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, MOFScriptStatementOwner, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
BreakStatement, CreateStatement, DebugStatement, FileStatement, FunctionCallStatement, GeneralAssignment, IfStatement, IteratorStatement, M2MTrace, PrintStatement, ResultAssignment, ReturnStatement, Trace, VariableDeclarationStatement, WhileStatement
All Known Implementing Classes:
BreakStatementImpl, CreateStatementImpl, DebugStatementImpl, FileStatementImpl, FunctionCallStatementImpl, GeneralAssignmentImpl, IfStatementImpl, IteratorStatementImpl, M2MTraceImpl, MOFScriptStatementImpl, PrintStatementImpl, ResultAssignmentImpl, ReturnStatementImpl, TraceImpl, VariableDeclarationStatementImpl, WhileStatementImpl

public interface MOFScriptStatement
extends MOFScriptStatementOwner

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

The following features are supported:

See Also:
MOFScriptModelPackage.getMOFScriptStatement()

Field Summary
static java.lang.String copyright
           
 
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.eclipse.mofscript.MOFScriptModel.MOFScriptStatementOwner
getBlocks, getStatements, getVariables
 
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
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()