ujf.verimag.bip.cmodel
Interface CFunctionCall

All Superinterfaces:
CBodyItem, CCall, CExpression, CStm, CTypedElement
All Known Implementing Classes:
CFunctionCallImpl

public interface CFunctionCall
extends CCall, CTypedElement

A representation of the model object 'CFunction Call'.

The following features are supported:

See Also:
CmodelPackage.getCFunctionCall()

Method Summary
 java.lang.String getFunctionName()
          Returns the value of the 'Function Name' attribute.
 void setFunctionName(java.lang.String value)
          Sets the value of the 'Function Name' attribute.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CCall
getArgument
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 

Method Detail

getFunctionName

java.lang.String getFunctionName()
Returns the value of the 'Function Name' attribute.

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

Returns:
the value of the 'Function Name' attribute.
See Also:
setFunctionName(String), CmodelPackage.getCFunctionCall_FunctionName()

setFunctionName

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

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