org.eclipse.modisco.omg.gastm
Interface SourceFileReference

All Superinterfaces:
GASTMObject, GASTMSourceObject, SourceFile

public interface SourceFileReference
extends SourceFile

A representation of the model object 'Source File Reference'.

The following features are supported:

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

Method Summary
 SourceLocation getLocationInfo()
          Returns the value of the 'Location Info' containment reference.
 SourceFile getOfSourceFile()
          Returns the value of the 'Of Source File' reference.
 void setLocationInfo(SourceLocation value)
          Sets the value of the 'Location Info' containment reference.
 void setOfSourceFile(SourceFile value)
          Sets the value of the 'Of Source File' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.SourceFile
getPath, setPath
 

Method Detail

getLocationInfo

SourceLocation getLocationInfo()
Returns the value of the 'Location Info' containment reference.

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

Returns:
the value of the 'Location Info' containment reference.
See Also:
setLocationInfo(SourceLocation), GASTMPackage.getSourceFileReference_LocationInfo()
Generated:
Model:
containment="true" required="true"

setLocationInfo

void setLocationInfo(SourceLocation value)
Sets the value of the 'Location Info' containment reference.

Parameters:
value - the new value of the 'Location Info' containment reference.
See Also:
getLocationInfo()
Generated:

getOfSourceFile

SourceFile getOfSourceFile()
Returns the value of the 'Of Source File' reference.

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

Returns:
the value of the 'Of Source File' reference.
See Also:
setOfSourceFile(SourceFile), GASTMPackage.getSourceFileReference_OfSourceFile()
Generated:
Model:
required="true"

setOfSourceFile

void setOfSourceFile(SourceFile value)
Sets the value of the 'Of Source File' reference.

Parameters:
value - the new value of the 'Of Source File' reference.
See Also:
getOfSourceFile()
Generated: