ujf.verimag.bip.cmodel
Interface CInclude

All Known Implementing Classes:
CIncludeImpl

public interface CInclude

A representation of the model object 'CInclude'.

The following features are supported:

See Also:
CmodelPackage.getCInclude()

Method Summary
 java.lang.String getFileName()
          Returns the value of the 'File Name' attribute.
 void setFileName(java.lang.String value)
          Sets the value of the 'File Name' attribute.
 

Method Detail

getFileName

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

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

Returns:
the value of the 'File Name' attribute.
See Also:
setFileName(String), CmodelPackage.getCInclude_FileName()

setFileName

void setFileName(java.lang.String value)
Sets the value of the 'File Name' attribute.

Parameters:
value - the new value of the 'File Name' attribute.
See Also:
getFileName()