org.eclipse.modisco.omg.gastm
Interface IncludeUnit

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, PreprocessorElement

public interface IncludeUnit
extends PreprocessorElement

A representation of the model object 'Include Unit'.

The following features are supported:

See Also:
GASTMPackage.getIncludeUnit()
Generated:
Model:

Method Summary
 SourceFileReference getFile()
          Returns the value of the 'File' containment reference.
 void setFile(SourceFileReference value)
          Sets the value of the 'File' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getFile

SourceFileReference getFile()
Returns the value of the 'File' containment reference.

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

Returns:
the value of the 'File' containment reference.
See Also:
setFile(SourceFileReference), GASTMPackage.getIncludeUnit_File()
Generated:
Model:
containment="true" required="true"

setFile

void setFile(SourceFileReference value)
Sets the value of the 'File' containment reference.

Parameters:
value - the new value of the 'File' containment reference.
See Also:
getFile()
Generated: