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()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<ValueExpression> getParameters()
          Returns the value of the 'Parameters' containment reference list.
 java.lang.String getTransformationContext()
          Returns the value of the 'Transformation Context' attribute
 TransformationRule getTransformationRule()
          Returns the value of the 'Transformation Rule' reference
 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
 void setTransformationContext(java.lang.String value)
          Sets the value of the 'Transformation Context' attribute
 void setTransformationRule(TransformationRule value)
          Sets the value of the 'Transformation Rule' reference
 
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
 

Field Detail

copyright

static final java.lang.String copyright

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

getTransformationRule

TransformationRule getTransformationRule()
Returns the value of the 'Transformation Rule' reference.

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

Returns:
the value of the 'Transformation Rule' reference.
See Also:
setTransformationRule(TransformationRule), MOFScriptModelPackage.getFunctionCall_TransformationRule()

setTransformationRule

void setTransformationRule(TransformationRule value)
Sets the value of the 'Transformation Rule' reference.

Parameters:
value - the new value of the 'Transformation Rule' reference.
See Also:
getTransformationRule()

getTransformationContext

java.lang.String getTransformationContext()
Returns the value of the 'Transformation Context' attribute.

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

Returns:
the value of the 'Transformation Context' attribute.
See Also:
setTransformationContext(String), MOFScriptModelPackage.getFunctionCall_TransformationContext()

setTransformationContext

void setTransformationContext(java.lang.String value)
Sets the value of the 'Transformation Context' attribute.

Parameters:
value - the new value of the 'Transformation Context' attribute.
See Also:
getTransformationContext()