Package com.sodius.mdw.metamodel.excel
Interface CellRegion
-
- All Superinterfaces:
Comparable<Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,org.eclipse.emf.common.notify.Notifier
public interface CellRegion extends MDWEObject, org.eclipse.emf.ecore.EModelElement
A representation of the model object 'Cell Region'.The following features are supported:
- See Also:
ExcelPackage.getCellRegion()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cell
getFirstCell()
Returns the value of the 'First Cell' reference.int
getFirstColumn()
Returns the value of the 'First Column' attribute.int
getFirstRow()
Returns the value of the 'First Row' attribute.int
getLastColumn()
Returns the value of the 'Last Column' attribute.int
getLastRow()
Returns the value of the 'Last Row' attribute.void
setFirstColumn(int value)
Sets the value of the 'First Column
' attribute.void
setFirstRow(int value)
Sets the value of the 'First Row
' attribute.void
setLastColumn(int value)
Sets the value of the 'Last Column
' attribute.void
setLastRow(int value)
Sets the value of the 'Last Row
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
-
-
-
-
Method Detail
-
getFirstRow
int getFirstRow()
Returns the value of the 'First Row' attribute.- Returns:
- the value of the 'First Row' attribute.
- See Also:
setFirstRow(int)
,ExcelPackage.getCellRegion_FirstRow()
-
setFirstRow
void setFirstRow(int value)
Sets the value of the 'First Row
' attribute.- Parameters:
value
- the new value of the 'First Row' attribute.- See Also:
getFirstRow()
-
getLastRow
int getLastRow()
Returns the value of the 'Last Row' attribute.- Returns:
- the value of the 'Last Row' attribute.
- See Also:
setLastRow(int)
,ExcelPackage.getCellRegion_LastRow()
-
setLastRow
void setLastRow(int value)
Sets the value of the 'Last Row
' attribute.- Parameters:
value
- the new value of the 'Last Row' attribute.- See Also:
getLastRow()
-
getFirstColumn
int getFirstColumn()
Returns the value of the 'First Column' attribute.- Returns:
- the value of the 'First Column' attribute.
- See Also:
setFirstColumn(int)
,ExcelPackage.getCellRegion_FirstColumn()
-
setFirstColumn
void setFirstColumn(int value)
Sets the value of the 'First Column
' attribute.- Parameters:
value
- the new value of the 'First Column' attribute.- See Also:
getFirstColumn()
-
getLastColumn
int getLastColumn()
Returns the value of the 'Last Column' attribute.- Returns:
- the value of the 'Last Column' attribute.
- See Also:
setLastColumn(int)
,ExcelPackage.getCellRegion_LastColumn()
-
setLastColumn
void setLastColumn(int value)
Sets the value of the 'Last Column
' attribute.- Parameters:
value
- the new value of the 'Last Column' attribute.- See Also:
getLastColumn()
-
getFirstCell
Cell getFirstCell()
Returns the value of the 'First Cell' reference.- Returns:
- the value of the 'First Cell' reference.
- See Also:
ExcelPackage.getCellRegion_FirstCell()
-
-