org.eclipse.mofscript.MOFScriptModel
Interface FunctionCall

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Expression, MOFScriptObject, org.eclipse.emf.common.notify.Notifier, SimpleExpression, ValueExpression
All Known Implementing Classes:
FunctionCallImpl

public interface FunctionCall
extends SimpleExpression

A representation of the model object 'Function Call'.

The following features are supported:

See Also:
MOFScriptModelPackage.getFunctionCall()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList getParameters()
          Returns the value of the 'Parameters' containment reference list.
 boolean isIsSuperCall()
          Returns the value of the 'Is Super Call' attribute
 void setIsSuperCall(boolean value)
          Sets the value of the 'Is Super Call' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.SimpleExpression
getAdditionalExpressionPart
 
Methods inherited from interface org.eclipse.mofscript.MOFScriptModel.ValueExpression
getSpecification, setSpecification
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. The default value is "".

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), MOFScriptModelPackage.getFunctionCall_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getParameters

org.eclipse.emf.common.util.EList getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of type ValueExpression.

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

Returns:
the value of the 'Parameters' containment reference list.
See Also:
MOFScriptModelPackage.getFunctionCall_Parameters()

isIsSuperCall

boolean isIsSuperCall()
Returns the value of the 'Is Super Call' attribute.

If the meaning of the 'Is Super Call' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Is Super Call' attribute.
See Also:
setIsSuperCall(boolean), MOFScriptModelPackage.getFunctionCall_IsSuperCall()

setIsSuperCall

void setIsSuperCall(boolean value)
Sets the value of the 'Is Super Call' attribute.

Parameters:
value - the new value of the 'Is Super Call' attribute.
See Also:
isIsSuperCall()