|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceRegion
A representation of the model object 'Region'.
The following features are supported:
SourcePackage.getSourceRegion()
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 |
getFile()
Returns the value of the 'File' reference. |
java.lang.String |
getLanguage()
Returns the value of the 'Language' attribute. |
java.lang.String |
getPath()
Returns the value of the 'Path' attribute. |
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 |
setFile(SourceFile value)
Sets the value of the ' File ' reference. |
void |
setLanguage(java.lang.String value)
Sets the value of the ' Language ' attribute. |
void |
setPath(java.lang.String value)
Sets the value of the ' Path ' attribute. |
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. |
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element |
---|
getAnnotation, getAttribute |
Method Detail |
---|
SourceFile getFile()
If the meaning of the 'File' reference isn't clear, there really should be more of a description here...
setFile(SourceFile)
,
SourcePackage.getSourceRegion_File()
void setFile(SourceFile value)
File
' reference.
value
- the new value of the 'File' reference.getFile()
java.lang.Integer getStartLine()
If the meaning of the 'Start Line' attribute isn't clear, there really should be more of a description here...
setStartLine(Integer)
,
SourcePackage.getSourceRegion_StartLine()
void setStartLine(java.lang.Integer value)
Start Line
' attribute.
value
- the new value of the 'Start Line' attribute.getStartLine()
java.lang.Integer getStartPosition()
If the meaning of the 'Start Position' attribute isn't clear, there really should be more of a description here...
setStartPosition(Integer)
,
SourcePackage.getSourceRegion_StartPosition()
void setStartPosition(java.lang.Integer value)
Start Position
' attribute.
value
- the new value of the 'Start Position' attribute.getStartPosition()
java.lang.Integer getEndLine()
If the meaning of the 'End Line' attribute isn't clear, there really should be more of a description here...
setEndLine(Integer)
,
SourcePackage.getSourceRegion_EndLine()
void setEndLine(java.lang.Integer value)
End Line
' attribute.
value
- the new value of the 'End Line' attribute.getEndLine()
java.lang.Integer getEndPosition()
If the meaning of the 'End Position' attribute isn't clear, there really should be more of a description here...
setEndPosition(Integer)
,
SourcePackage.getSourceRegion_EndPosition()
void setEndPosition(java.lang.Integer value)
End Position
' attribute.
value
- the new value of the 'End Position' attribute.getEndPosition()
java.lang.String getLanguage()
If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
setLanguage(String)
,
SourcePackage.getSourceRegion_Language()
void setLanguage(java.lang.String value)
Language
' attribute.
value
- the new value of the 'Language' attribute.getLanguage()
java.lang.String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String)
,
SourcePackage.getSourceRegion_Path()
void setPath(java.lang.String value)
Path
' attribute.
value
- the new value of the 'Path' attribute.getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |