ujf.verimag.bip.cmodel
Interface CFunction

All Superinterfaces:
CBlock, CCallable, CItem, CTypedElement
All Known Implementing Classes:
CFunctionImpl

public interface CFunction
extends CCallable

A representation of the model object 'CFunction'.

The following features are supported:

See Also:
CmodelPackage.getCFunction()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CCallable
getArgument, getQualifier, getSpecifier, isBodyInDecl, setBodyInDecl, setQualifier, setSpecifier
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 
Methods inherited from interface ujf.verimag.bip.cmodel.CTypedElement
getType, setType
 
Methods inherited from interface ujf.verimag.bip.cmodel.CBlock
getContent
 

Method Detail

getName

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

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), CmodelPackage.getCFunction_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()