org.eclipse.mofscript.traceabilitymodel
Interface TraceableSegment

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TraceableSegmentImpl

public interface TraceableSegment
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Traceable Segment'.

The following features are supported:

See Also:
TraceabilitymodelPackage.getTraceableSegment()

Method Summary
 long getEndColumn()
          Returns the value of the 'End Column' attribute
 long getEndLine()
          Returns the value of the 'End Line' attribute
 long getEndPos()
          Returns the value of the 'End Pos' attribute
 long getStartColumn()
          Returns the value of the 'Start Column' attribute
 long getStartLine()
          Returns the value of the 'Start Line' attribute
 long getStartPos()
          Returns the value of the 'Start Pos' attribute
 void setEndColumn(long value)
          Sets the value of the 'End Column' attribute
 void setEndLine(long value)
          Sets the value of the 'End Line' attribute
 void setEndPos(long value)
          Sets the value of the 'End Pos' attribute
 void setStartColumn(long value)
          Sets the value of the 'Start Column' attribute
 void setStartLine(long value)
          Sets the value of the 'Start Line' attribute
 void setStartPos(long value)
          Sets the value of the 'Start Pos' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getStartPos

long getStartPos()
Returns the value of the 'Start Pos' attribute.

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

Returns:
the value of the 'Start Pos' attribute.
See Also:
setStartPos(long), TraceabilitymodelPackage.getTraceableSegment_StartPos()

setStartPos

void setStartPos(long value)
Sets the value of the 'Start Pos' attribute.

Parameters:
value - the new value of the 'Start Pos' attribute.
See Also:
getStartPos()

getEndPos

long getEndPos()
Returns the value of the 'End Pos' attribute.

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

Returns:
the value of the 'End Pos' attribute.
See Also:
setEndPos(long), TraceabilitymodelPackage.getTraceableSegment_EndPos()

setEndPos

void setEndPos(long value)
Sets the value of the 'End Pos' attribute.

Parameters:
value - the new value of the 'End Pos' attribute.
See Also:
getEndPos()

getStartLine

long 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(long), TraceabilitymodelPackage.getTraceableSegment_StartLine()

setStartLine

void setStartLine(long value)
Sets the value of the 'Start Line' attribute.

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

getEndLine

long 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(long), TraceabilitymodelPackage.getTraceableSegment_EndLine()

setEndLine

void setEndLine(long value)
Sets the value of the 'End Line' attribute.

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

getStartColumn

long getStartColumn()
Returns the value of the 'Start Column' attribute.

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

Returns:
the value of the 'Start Column' attribute.
See Also:
setStartColumn(long), TraceabilitymodelPackage.getTraceableSegment_StartColumn()

setStartColumn

void setStartColumn(long value)
Sets the value of the 'Start Column' attribute.

Parameters:
value - the new value of the 'Start Column' attribute.
See Also:
getStartColumn()

getEndColumn

long getEndColumn()
Returns the value of the 'End Column' attribute.

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

Returns:
the value of the 'End Column' attribute.
See Also:
setEndColumn(long), TraceabilitymodelPackage.getTraceableSegment_EndColumn()

setEndColumn

void setEndColumn(long value)
Sets the value of the 'End Column' attribute.

Parameters:
value - the new value of the 'End Column' attribute.
See Also:
getEndColumn()