org.eclipse.modisco.omg.gastm
Interface SourceLocation

All Superinterfaces:
GASTMObject, GASTMSourceObject

public interface SourceLocation
extends GASTMSourceObject

A representation of the model object 'Source Location'.

The following features are supported:

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

Method Summary
 java.lang.Integer getEndLine()
          Returns the value of the 'End Line' attribute.
 java.lang.Integer getEndPosition()
          Returns the value of the 'End Position' attribute.
 SourceFile getInSourceFile()
          Returns the value of the 'In Source File' containment reference.
 java.lang.Integer getStartLine()
          Returns the value of the 'Start Line' attribute.
 java.lang.Integer getStartPosition()
          Returns the value of the 'Start Position' attribute.
 void setEndLine(java.lang.Integer value)
          Sets the value of the 'End Line' attribute.
 void setEndPosition(java.lang.Integer value)
          Sets the value of the 'End Position' attribute.
 void setInSourceFile(SourceFile value)
          Sets the value of the 'In Source File' containment reference.
 void setStartLine(java.lang.Integer value)
          Sets the value of the 'Start Line' attribute.
 void setStartPosition(java.lang.Integer value)
          Sets the value of the 'Start Position' attribute.
 

Method Detail

getStartLine

java.lang.Integer getStartLine()
Returns the value of the 'Start Line' attribute.

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

Returns:
the value of the 'Start Line' attribute.
See Also:
setStartLine(Integer), GASTMPackage.getSourceLocation_StartLine()
Generated:
Model:

setStartLine

void setStartLine(java.lang.Integer value)
Sets the value of the 'Start Line' attribute.

Parameters:
value - the new value of the 'Start Line' attribute.
See Also:
getStartLine()
Generated:

getStartPosition

java.lang.Integer getStartPosition()
Returns the value of the 'Start Position' attribute.

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

Returns:
the value of the 'Start Position' attribute.
See Also:
setStartPosition(Integer), GASTMPackage.getSourceLocation_StartPosition()
Generated:
Model:

setStartPosition

void setStartPosition(java.lang.Integer value)
Sets the value of the 'Start Position' attribute.

Parameters:
value - the new value of the 'Start Position' attribute.
See Also:
getStartPosition()
Generated:

getEndLine

java.lang.Integer getEndLine()
Returns the value of the 'End Line' attribute.

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

Returns:
the value of the 'End Line' attribute.
See Also:
setEndLine(Integer), GASTMPackage.getSourceLocation_EndLine()
Generated:
Model:

setEndLine

void setEndLine(java.lang.Integer value)
Sets the value of the 'End Line' attribute.

Parameters:
value - the new value of the 'End Line' attribute.
See Also:
getEndLine()
Generated:

getEndPosition

java.lang.Integer getEndPosition()
Returns the value of the 'End Position' attribute.

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

Returns:
the value of the 'End Position' attribute.
See Also:
setEndPosition(Integer), GASTMPackage.getSourceLocation_EndPosition()
Generated:
Model:

setEndPosition

void setEndPosition(java.lang.Integer value)
Sets the value of the 'End Position' attribute.

Parameters:
value - the new value of the 'End Position' attribute.
See Also:
getEndPosition()
Generated:

getInSourceFile

SourceFile getInSourceFile()
Returns the value of the 'In Source File' containment reference.

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

Returns:
the value of the 'In Source File' containment reference.
See Also:
setInSourceFile(SourceFile), GASTMPackage.getSourceLocation_InSourceFile()
Generated:
Model:
containment="true" required="true"

setInSourceFile

void setInSourceFile(SourceFile value)
Sets the value of the 'In Source File' containment reference.

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