ujf.verimag.bip.cmodel
Interface CText

All Superinterfaces:
CBodyItem, CItem, CStm
All Known Implementing Classes:
CTextImpl

public interface CText
extends CStm, CItem

A representation of the model object 'CText'.

The following features are supported:

See Also:
CmodelPackage.getCText()

Method Summary
 java.lang.String getCCode()
          Returns the value of the 'CCode' attribute.
 java.lang.String getPragma()
          Returns the value of the 'Pragma' attribute.
 boolean isInBodyFile()
          Returns the value of the 'In Body File' attribute.
 void setCCode(java.lang.String value)
          Sets the value of the 'CCode' attribute.
 void setInBodyFile(boolean value)
          Sets the value of the 'In Body File' attribute.
 void setPragma(java.lang.String value)
          Sets the value of the 'Pragma' 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.getCText_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()

getPragma

java.lang.String getPragma()
Returns the value of the 'Pragma' attribute.

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

Returns:
the value of the 'Pragma' attribute.
See Also:
setPragma(String), CmodelPackage.getCText_Pragma()

setPragma

void setPragma(java.lang.String value)
Sets the value of the 'Pragma' attribute.

Parameters:
value - the new value of the 'Pragma' attribute.
See Also:
getPragma()

isInBodyFile

boolean isInBodyFile()
Returns the value of the 'In Body File' attribute.

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

Returns:
the value of the 'In Body File' attribute.
See Also:
setInBodyFile(boolean), CmodelPackage.getCText_InBodyFile()

setInBodyFile

void setInBodyFile(boolean value)
Sets the value of the 'In Body File' attribute.

Parameters:
value - the new value of the 'In Body File' attribute.
See Also:
isInBodyFile()