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.EObjectA representation of the model object 'Cell Reference'.The following features are supported: - See Also:
- ContentPackage.getCellReference()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetColumnIndex()Returns the value of the 'Column Index' attribute.intgetRowIndex()Returns the value of the 'Row Index' attribute.org.eclipse.emf.ecore.EObjectgetSpreadsheet()Returns 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.
 
- 
- 
- 
Method Detail- 
getSpreadsheetorg.eclipse.emf.ecore.EObject getSpreadsheet() Returns the value of the 'Spreadsheet' reference.- Returns:
- the value of the 'Spreadsheet' reference.
- See Also:
- setSpreadsheet(EObject),- ContentPackage.getCellReference_Spreadsheet()
 
 - 
setSpreadsheetvoid 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:
- getSpreadsheet()
 
 - 
getRowIndexint getRowIndex() Returns the value of the 'Row Index' attribute.- Returns:
- the value of the 'Row Index' attribute.
- See Also:
- setRowIndex(int),- ContentPackage.getCellReference_RowIndex()
 
 - 
setRowIndexvoid setRowIndex(int value) Sets the value of the 'Row Index' attribute.- Parameters:
- value- the new value of the 'Row Index' attribute.
- See Also:
- getRowIndex()
 
 - 
getColumnIndexint getColumnIndex() Returns the value of the 'Column Index' attribute.- Returns:
- the value of the 'Column Index' attribute.
- See Also:
- setColumnIndex(int),- ContentPackage.getCellReference_ColumnIndex()
 
 - 
setColumnIndexvoid setColumnIndex(int value) Sets the value of the 'Column Index' attribute.- Parameters:
- value- the new value of the 'Column Index' attribute.
- See Also:
- getColumnIndex()
 
 
- 
 
-