|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Position
A representation of the model object 'Position'.
The following features are supported:
traceabilitymodelPackage.getPosition()
Method Summary | |
---|---|
int |
getColumn()
Returns the value of the 'Column' attribute |
int |
getRow()
Returns the value of the 'Row' attribute |
void |
setColumn(int value)
Sets the value of the ' Column ' attribute |
void |
setRow(int value)
Sets the value of the ' Row ' 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 |
---|
int getRow()
If the meaning of the 'Row' attribute isn't clear, there really should be more of a description here...
setRow(int)
,
traceabilitymodelPackage.getPosition_Row()
void setRow(int value)
Row
' attribute.
value
- the new value of the 'Row' attribute.getRow()
int getColumn()
If the meaning of the 'Column' attribute isn't clear, there really should be more of a description here...
setColumn(int)
,
traceabilitymodelPackage.getPosition_Column()
void setColumn(int value)
Column
' attribute.
value
- the new value of the 'Column' attribute.getColumn()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |