Modifier and Type | Method and Description |
---|---|
SheetLocation |
ErrorFactory.createInvalidSheetLocation(String columnName)
Creates a new object which creates an invalid SheetLocation.
|
SheetLocation |
ErrorFactory.createSheetLocation()
Returns a new object of class 'Sheet Location'.
|
SheetLocation |
ErrorFactory.createSheetLocation(String sheet,
int column,
int row,
String columnName)
Creates a new object which identifies the affected cell in the spreadsheet.
|
SheetLocation |
ErrorReport.getSheetLocation()
Returns the value of the 'Sheet Location' containment reference.
|
SheetLocation |
SettingToSheetMapping.getSheetLocation()
Returns the value of the 'Sheet Location' containment reference.
|
SheetLocation |
SpreadsheetImportResult.getSheetLocation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
Retrieves the SheetLocation which corresponds to the provided Setting.
|
Modifier and Type | Method and Description |
---|---|
SettingToSheetMapping |
ErrorFactory.createSettingToSheetMapping(SettingLocation settingLocation,
SheetLocation sheetLocation)
Creates a SettingToSheetMapping based on the combination of the
SettingLocation and the
SheetLocation . |
void |
SpreadsheetImportResult.reportError(Severity severity,
String message,
EMFLocation emfLocation,
SheetLocation sheetLocation)
Reports a new
error . |
void |
SpreadsheetImportResult.reportError(Severity severity,
String message,
SheetLocation sheetLocation)
Reports a new
error . |
void |
ErrorReport.setSheetLocation(SheetLocation value)
Sets the value of the '
Sheet Location ' containment reference. |
void |
SettingToSheetMapping.setSheetLocation(SheetLocation value)
Sets the value of the '
Sheet Location ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
SheetLocationImpl
An implementation of the model object 'Excel Location'.
|
Modifier and Type | Field and Description |
---|---|
protected SheetLocation |
SettingToSheetMappingImpl.sheetLocation
The cached value of the '
Sheet Location ' containment reference. |
protected SheetLocation |
ErrorReportImpl.sheetLocation
The cached value of the '
Sheet Location ' containment reference. |
Modifier and Type | Method and Description |
---|---|
SheetLocation |
ErrorFactoryImpl.createInvalidSheetLocation(String columnName)
Creates a new object which creates an invalid SheetLocation.
|
SheetLocation |
ErrorFactoryImpl.createSheetLocation() |
SheetLocation |
ErrorFactoryImpl.createSheetLocation(String sheet,
int column,
int row,
String columnName) |
SheetLocation |
SettingToSheetMappingImpl.getSheetLocation() |
SheetLocation |
ErrorReportImpl.getSheetLocation() |
SheetLocation |
SpreadsheetImportResultImpl.getSheetLocation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
Retrieves the SheetLocation which corresponds to the provided Setting.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SettingToSheetMappingImpl.basicSetSheetLocation(SheetLocation newSheetLocation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ErrorReportImpl.basicSetSheetLocation(SheetLocation newSheetLocation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
SettingToSheetMapping |
ErrorFactoryImpl.createSettingToSheetMapping(SettingLocation settingLocation,
SheetLocation sheetLocation)
Creates a SettingToSheetMapping based on the combination of the
SettingLocation and the
SheetLocation . |
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message,
EMFLocation emfLocation,
SheetLocation sheetLocation) |
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message,
SheetLocation sheetLocation) |
void |
SettingToSheetMappingImpl.setSheetLocation(SheetLocation newSheetLocation) |
void |
ErrorReportImpl.setSheetLocation(SheetLocation newSheetLocation) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorSwitch.caseSheetLocation(SheetLocation object)
Returns the result of interpreting the object as an instance of 'Sheet Location'.
|
Copyright © 2019. All rights reserved.