ujf.verimag.bip.cmodel
Interface CSimpleName

All Superinterfaces:
CBodyItem, CExpression, CStm
All Known Implementing Classes:
CSimpleNameImpl

public interface CSimpleName
extends CExpression

A representation of the model object 'CSimple Name'.

The following features are supported:

See Also:
CmodelPackage.getCSimpleName()

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.
 

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