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.EObject
A representation of the model object 'Spreadsheet Point'.
The following features are supported:
- See Also:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCell
Point getCell()Returns the value of the 'Cell' containment reference.- Returns:
- the value of the 'Cell' containment reference.
- See Also:
-
setCell
Sets the value of the 'Cell' containment reference.- Parameters:
value- the new value of the 'Cell' containment reference.- See Also:
-
getOffset
Point getOffset()Returns the value of the 'Offset' containment reference.- Returns:
- the value of the 'Offset' containment reference.
- See Also:
-
setOffset
Sets the value of the 'Offset' containment reference.- Parameters:
value- the new value of the 'Offset' containment reference.- See Also:
-