org.eclipse.mofscript.traceabilitymodel
Interface Block

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

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

A representation of the model object 'Block'.

The following features are supported:

See Also:
TraceabilitymodelPackage.getBlock()

Field Summary
static java.lang.String copyright
           
 
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
 java.lang.String getID()
          Returns the value of the 'ID' 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
 org.eclipse.emf.common.util.EList<TraceableSegment> getTraceablesegment()
          Returns the value of the 'Traceablesegment' containment reference list.
 boolean isProtectedBlock()
          Returns the value of the 'Protected Block' 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 setID(java.lang.String value)
          Sets the value of the 'ID' attribute
 void setProtectedBlock(boolean value)
          Sets the value of the 'Protected Block' 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getID

java.lang.String getID()
Returns the value of the 'ID' attribute. The default value is "".

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

Returns:
the value of the 'ID' attribute.
See Also:
setID(String), TraceabilitymodelPackage.getBlock_ID()

setID

void setID(java.lang.String value)
Sets the value of the 'ID' attribute.

Parameters:
value - the new value of the 'ID' attribute.
See Also:
getID()

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.getBlock_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.getBlock_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()

isProtectedBlock

boolean isProtectedBlock()
Returns the value of the 'Protected Block' attribute.

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

Returns:
the value of the 'Protected Block' attribute.
See Also:
setProtectedBlock(boolean), TraceabilitymodelPackage.getBlock_ProtectedBlock()

setProtectedBlock

void setProtectedBlock(boolean value)
Sets the value of the 'Protected Block' attribute.

Parameters:
value - the new value of the 'Protected Block' attribute.
See Also:
isProtectedBlock()

getTraceablesegment

org.eclipse.emf.common.util.EList<TraceableSegment> getTraceablesegment()
Returns the value of the 'Traceablesegment' containment reference list. The list contents are of type TraceableSegment.

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

Returns:
the value of the 'Traceablesegment' containment reference list.
See Also:
TraceabilitymodelPackage.getBlock_Traceablesegment()

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.getBlock_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()

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.getBlock_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.getBlock_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()

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.getBlock_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()