org.sintef.mofscript.traceabilitymodel
Interface Position

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

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

A representation of the model object 'Position'.

The following features are supported:

See Also:
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

getRow

int getRow()
Returns the value of the 'Row' attribute.

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

Returns:
the value of the 'Row' attribute.
See Also:
setRow(int), traceabilitymodelPackage.getPosition_Row()

setRow

void setRow(int value)
Sets the value of the 'Row' attribute.

Parameters:
value - the new value of the 'Row' attribute.
See Also:
getRow()

getColumn

int getColumn()
Returns the value of the 'Column' attribute.

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

Returns:
the value of the 'Column' attribute.
See Also:
setColumn(int), traceabilitymodelPackage.getPosition_Column()

setColumn

void setColumn(int value)
Sets the value of the 'Column' attribute.

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