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 Summary
All 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
-
getSpreadsheet
org.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()
-
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:
getSpreadsheet()
-
getRowIndex
int getRowIndex()
Returns the value of the 'Row Index' attribute.- Returns:
- the value of the 'Row Index' attribute.
- See Also:
setRowIndex(int),ContentPackage.getCellReference_RowIndex()
-
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:
getRowIndex()
-
getColumnIndex
int getColumnIndex()
Returns the value of the 'Column Index' attribute.- Returns:
- the value of the 'Column Index' attribute.
- See Also:
setColumnIndex(int),ContentPackage.getCellReference_ColumnIndex()
-
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:
getColumnIndex()
-
-