Package com._1c.g5.v8.dt.moxel
Interface SpreadsheetPoint
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
SpreadsheetPointImpl
public interface SpreadsheetPoint extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Spreadsheet Point'.The following features are supported:
- See Also:
MoxelPackage.getSpreadsheetPoint()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PointgetCell()Returns the value of the 'Cell' containment reference.PointgetOffset()Returns the value of the 'Offset' containment reference.voidsetCell(Point value)Sets the value of the 'Cell' containment reference.voidsetOffset(Point value)Sets the value of the 'Offset' containment reference.
-
-
-
Method Detail
-
getCell
Point getCell()
Returns the value of the 'Cell' containment reference.- Returns:
- the value of the 'Cell' containment reference.
- See Also:
setCell(Point),MoxelPackage.getSpreadsheetPoint_Cell()
-
setCell
void setCell(Point value)
Sets the value of the 'Cell' containment reference.- Parameters:
value- the new value of the 'Cell' containment reference.- See Also:
getCell()
-
getOffset
Point getOffset()
Returns the value of the 'Offset' containment reference.- Returns:
- the value of the 'Offset' containment reference.
- See Also:
setOffset(Point),MoxelPackage.getSpreadsheetPoint_Offset()
-
setOffset
void setOffset(Point value)
Sets the value of the 'Offset' containment reference.- Parameters:
value- the new value of the 'Offset' containment reference.- See Also:
getOffset()
-
-