public interface SpreadsheetImportResult
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ErrorReport> |
getErrorReports()
Returns the value of the 'Error Reports' containment reference list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getImportedEObjects()
Returns the value of the 'Imported EObjects' reference list.
|
org.eclipse.emf.common.util.EList<SettingToSheetMapping> |
getSettingToSheetMap()
Returns the value of the 'Setting To Sheet Map' reference list.
|
SheetLocation |
getSheetLocation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
Retrieves the SheetLocation which corresponds to the provided Setting.
|
void |
reportError(Severity severity,
String message)
Reports a new
error . |
void |
reportError(Severity severity,
String message,
EMFLocation emfLocation)
Reports a new
error . |
void |
reportError(Severity severity,
String message,
EMFLocation emfLocation,
SheetLocation sheetLocation)
Reports a new
error . |
void |
reportError(Severity severity,
String message,
SheetLocation sheetLocation)
Reports a new
error . |
org.eclipse.emf.common.util.EList<ErrorReport> getErrorReports()
ErrorReport
.
If the meaning of the 'Error Reports' containment reference list isn't clear, there really should be more of a description here...
ErrorPackage.getSpreadsheetImportResult_ErrorReports()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getImportedEObjects()
EObject
.
If the meaning of the 'Imported EObjects' containment reference list isn't clear, there really should be more of a description here...
ErrorPackage.getSpreadsheetImportResult_ImportedEObjects()
org.eclipse.emf.common.util.EList<SettingToSheetMapping> getSettingToSheetMap()
SettingToSheetMapping
.
If the meaning of the 'Setting To Sheet Map' reference list isn't clear, there really should be more of a description here...
ErrorPackage.getSpreadsheetImportResult_SettingToSheetMap()
void reportError(Severity severity, String message)
error
.severity
- the severity
message
- the description messagevoid reportError(Severity severity, String message, EMFLocation emfLocation)
error
.severity
- the severity
message
- the description messageemfLocation
- the affected objects in the EMF modelvoid reportError(Severity severity, String message, SheetLocation sheetLocation)
error
.severity
- the severity
message
- the description messagesheetLocation
- the information to identify the affected cell in the spreadsheetvoid reportError(Severity severity, String message, EMFLocation emfLocation, SheetLocation sheetLocation)
error
.severity
- the severity
message
- the description messageemfLocation
- the affected objects in the EMF modelsheetLocation
- the information to identify the affected cell in the spreadsheetSheetLocation getSheetLocation(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
structuralFeature
- The EStructuralFeature
to return the SheetLocation
forSheetLocation
Copyright © 2019. All rights reserved.