|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Block
A representation of the model object 'Block'.
The following features are supported:
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getID()
""
.
If the meaning of the 'ID' attribute isn't clear, there really should be more of a description here...
setID(String)
,
TraceabilitymodelPackage.getBlock_ID()
void setID(java.lang.String value)
ID
' attribute.
value
- the new value of the 'ID' attribute.getID()
long getStartPos()
If the meaning of the 'Start Pos' attribute isn't clear, there really should be more of a description here...
setStartPos(long)
,
TraceabilitymodelPackage.getBlock_StartPos()
void setStartPos(long value)
Start Pos
' attribute.
value
- the new value of the 'Start Pos' attribute.getStartPos()
long getEndPos()
If the meaning of the 'End Pos' attribute isn't clear, there really should be more of a description here...
setEndPos(long)
,
TraceabilitymodelPackage.getBlock_EndPos()
void setEndPos(long value)
End Pos
' attribute.
value
- the new value of the 'End Pos' attribute.getEndPos()
boolean isProtectedBlock()
If the meaning of the 'Protected Block' attribute isn't clear, there really should be more of a description here...
setProtectedBlock(boolean)
,
TraceabilitymodelPackage.getBlock_ProtectedBlock()
void setProtectedBlock(boolean value)
Protected Block
' attribute.
value
- the new value of the 'Protected Block' attribute.isProtectedBlock()
org.eclipse.emf.common.util.EList<TraceableSegment> getTraceablesegment()
TraceableSegment
.
If the meaning of the 'Traceablesegment' containment reference list isn't clear, there really should be more of a description here...
TraceabilitymodelPackage.getBlock_Traceablesegment()
long getStartLine()
If the meaning of the 'Start Line' attribute isn't clear, there really should be more of a description here...
setStartLine(long)
,
TraceabilitymodelPackage.getBlock_StartLine()
void setStartLine(long value)
Start Line
' attribute.
value
- the new value of the 'Start Line' attribute.getStartLine()
long getStartColumn()
If the meaning of the 'Start Column' attribute isn't clear, there really should be more of a description here...
setStartColumn(long)
,
TraceabilitymodelPackage.getBlock_StartColumn()
void setStartColumn(long value)
Start Column
' attribute.
value
- the new value of the 'Start Column' attribute.getStartColumn()
long getEndColumn()
If the meaning of the 'End Column' attribute isn't clear, there really should be more of a description here...
setEndColumn(long)
,
TraceabilitymodelPackage.getBlock_EndColumn()
void setEndColumn(long value)
End Column
' attribute.
value
- the new value of the 'End Column' attribute.getEndColumn()
long getEndLine()
If the meaning of the 'End Line' attribute isn't clear, there really should be more of a description here...
setEndLine(long)
,
TraceabilitymodelPackage.getBlock_EndLine()
void setEndLine(long value)
End Line
' attribute.
value
- the new value of the 'End Line' attribute.getEndLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |