Package com._1c.g5.v8.dt.moxel.content
Interface CellReference
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
CellReferenceImpl
public interface CellReference
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Cell Reference'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Column Index' attribute.intReturns the value of the 'Row Index' attribute.org.eclipse.emf.ecore.EObjectReturns the value of the 'Spreadsheet' reference.voidsetColumnIndex(int value) Sets the value of the 'Column Index' attribute.voidsetRowIndex(int value) Sets the value of the 'Row Index' attribute.voidsetSpreadsheet(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Spreadsheet' reference.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
-
getSpreadsheet
org.eclipse.emf.ecore.EObject getSpreadsheet()Returns the value of the 'Spreadsheet' reference.- Returns:
- the value of the 'Spreadsheet' reference.
- See Also:
-
setSpreadsheet
void setSpreadsheet(org.eclipse.emf.ecore.EObject value) Sets the value of the 'Spreadsheet' reference.- Parameters:
value- the new value of the 'Spreadsheet' reference.- See Also:
-
getRowIndex
int getRowIndex()Returns the value of the 'Row Index' attribute.- Returns:
- the value of the 'Row Index' attribute.
- See Also:
-
setRowIndex
void setRowIndex(int value) Sets the value of the 'Row Index' attribute.- Parameters:
value- the new value of the 'Row Index' attribute.- See Also:
-
getColumnIndex
int getColumnIndex()Returns the value of the 'Column Index' attribute.- Returns:
- the value of the 'Column Index' attribute.
- See Also:
-
setColumnIndex
void setColumnIndex(int value) Sets the value of the 'Column Index' attribute.- Parameters:
value- the new value of the 'Column Index' attribute.- See Also:
-