public interface SheetLocation
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ErrorPackage.getSheetLocation()
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_COLUMN |
static int |
INVALID_ROW |
static String |
INVALID_SHEET |
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Returns the value of the 'Column' attribute.
|
String |
getColumnName()
Returns the value of the 'Column Name' attribute.
|
int |
getRow()
Returns the value of the 'Row' attribute.
|
String |
getSheet()
Returns the value of the 'Sheet' attribute.
|
boolean |
isValid()
Returns the value of the 'Valid' attribute.
|
void |
setColumn(int value)
Sets the value of the '
Column ' attribute. |
void |
setColumnName(String value)
Sets the value of the '
Column Name ' attribute. |
void |
setRow(int value)
Sets the value of the '
Row ' attribute. |
void |
setSheet(String value)
Sets the value of the '
Sheet ' attribute. |
void |
setValid(boolean value)
Sets the value of the '
Valid ' attribute. |
static final int INVALID_ROW
static final int INVALID_COLUMN
static final String INVALID_SHEET
String getSheet()
If the meaning of the 'Sheet' attribute isn't clear, there really should be more of a description here...
setSheet(String)
,
ErrorPackage.getSheetLocation_Sheet()
void setSheet(String value)
Sheet
' attribute.
value
- the new value of the 'Sheet' attribute.getSheet()
int getColumn()
If the meaning of the 'Column' attribute isn't clear, there really should be more of a description here...
setColumn(int)
,
ErrorPackage.getSheetLocation_Column()
void setColumn(int value)
Column
' attribute.
value
- the new value of the 'Column' attribute.getColumn()
int getRow()
If the meaning of the 'Row' attribute isn't clear, there really should be more of a description here...
setRow(int)
,
ErrorPackage.getSheetLocation_Row()
void setRow(int value)
Row
' attribute.
value
- the new value of the 'Row' attribute.getRow()
String getColumnName()
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
setColumnName(String)
,
ErrorPackage.getSheetLocation_ColumnName()
void setColumnName(String value)
Column Name
' attribute.
value
- the new value of the 'Column Name' attribute.getColumnName()
boolean isValid()
"true"
.
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
setValid(boolean)
,
ErrorPackage.getSheetLocation_Valid()
Copyright © 2018. All rights reserved.