ujf.verimag.bip.cmodel
Interface CHeaderText

All Superinterfaces:
CItem
All Known Implementing Classes:
CHeaderTextImpl

public interface CHeaderText
extends CItem

A representation of the model object 'CHeader Text'.

The following features are supported:

See Also:
CmodelPackage.getCHeaderText()

Method Summary
 java.lang.String getCCode()
          Returns the value of the 'CCode' attribute.
 void setCCode(java.lang.String value)
          Sets the value of the 'CCode' attribute.
 
Methods inherited from interface ujf.verimag.bip.cmodel.CItem
getVisibility, setVisibility
 

Method Detail

getCCode

java.lang.String getCCode()
Returns the value of the 'CCode' attribute.

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

Returns:
the value of the 'CCode' attribute.
See Also:
setCCode(String), CmodelPackage.getCHeaderText_CCode()

setCCode

void setCCode(java.lang.String value)
Sets the value of the 'CCode' attribute.

Parameters:
value - the new value of the 'CCode' attribute.
See Also:
getCCode()