org.sintef.mofscript.MOFScriptModel
Interface FunctionCallStatement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, MOFScriptObject, MOFScriptStatement, MOFScriptStatementOwner, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
FunctionCallStatementImpl

public interface FunctionCallStatement
extends MOFScriptStatement

A representation of the model object 'Function Call Statement'.

The following features are supported:

See Also:
MOFScriptModelPackage.getFunctionCallStatement()

Method Summary
 FunctionCall getFunction()
          Returns the value of the 'Function' containment reference
 void setFunction(FunctionCall value)
          Sets the value of the 'Function' containment reference
 
Methods inherited from interface org.sintef.mofscript.MOFScriptModel.MOFScriptStatement
getOwner, setOwner
 
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

getFunction

FunctionCall getFunction()
Returns the value of the 'Function' containment reference.

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

Returns:
the value of the 'Function' containment reference.
See Also:
setFunction(FunctionCall), MOFScriptModelPackage.getFunctionCallStatement_Function()

setFunction

void setFunction(FunctionCall value)
Sets the value of the 'Function' containment reference.

Parameters:
value - the new value of the 'Function' containment reference.
See Also:
getFunction()