org.eclipse.modisco.omg.gastm
Interface SourceFile

All Superinterfaces:
GASTMObject, GASTMSourceObject
All Known Subinterfaces:
CompilationUnit, SourceFileReference

public interface SourceFile
extends GASTMSourceObject

A representation of the model object 'Source File'.

The following features are supported:

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

Method Summary
 java.lang.String getPath()
          Returns the value of the 'Path' attribute.
 void setPath(java.lang.String value)
          Sets the value of the 'Path' attribute.
 

Method Detail

getPath

java.lang.String getPath()
Returns the value of the 'Path' attribute.

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

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), GASTMPackage.getSourceFile_Path()
Generated:
Model:

setPath

void setPath(java.lang.String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()
Generated: