ujf.verimag.bip.cmodel
Interface CArgument

All Superinterfaces:
CTypedElement
All Known Implementing Classes:
CArgumentImpl

public interface CArgument
extends CTypedElement

A representation of the model object 'CArgument'.

The following features are supported:

See Also:
CmodelPackage.getCArgument()

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.CTypedElement
getType, setType
 

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