|
||||||||||
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()
Method Summary | |
---|---|
Position |
getEndPosition()
Returns the value of the 'End Position' containment reference |
java.lang.String |
getID()
Returns the value of the 'ID' attribute. |
Position |
getStartPosition()
Returns the value of the 'Start Position' containment reference |
void |
setEndPosition(Position value)
Sets the value of the ' End Position ' containment reference |
void |
setID(java.lang.String value)
Sets the value of the ' ID ' attribute |
void |
setStartPosition(Position value)
Sets the value of the ' Start Position ' containment reference |
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 |
---|
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()
Position getStartPosition()
If the meaning of the 'Start Position' reference isn't clear, there really should be more of a description here...
setStartPosition(Position)
,
traceabilitymodelPackage.getBlock_StartPosition()
void setStartPosition(Position value)
Start Position
' containment reference.
value
- the new value of the 'Start Position' containment reference.getStartPosition()
Position getEndPosition()
If the meaning of the 'End Position' reference isn't clear, there really should be more of a description here...
setEndPosition(Position)
,
traceabilitymodelPackage.getBlock_EndPosition()
void setEndPosition(Position value)
End Position
' containment reference.
value
- the new value of the 'End Position' containment reference.getEndPosition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |