Modifier and Type | Method and Description |
---|---|
EMFLocation |
ErrorFactory.createEMFLocation()
Returns a new object of class 'EMF Location'.
|
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root)
Creates a new
EMFLocation . |
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root,
DMRLocation dmrLocation)
Creates a new
EMFLocation . |
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation)
Creates a new
EMFLocation . |
EMFLocation |
ErrorFactory.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation)
Creates a new
EMFLocation . |
EMFLocation |
ErrorReport.getEmfLocation()
Returns the value of the 'Emf Location' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetImportResult.reportError(Severity severity,
String message,
EMFLocation emfLocation)
Reports a new
error . |
void |
SpreadsheetImportResult.reportError(Severity severity,
String message,
EMFLocation emfLocation,
SheetLocation sheetLocation)
Reports a new
error . |
void |
ErrorReport.setEmfLocation(EMFLocation value)
Sets the value of the '
Emf Location ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
EMFLocationImpl
An implementation of the model object 'EMF Location'.
|
Modifier and Type | Field and Description |
---|---|
protected EMFLocation |
ErrorReportImpl.emfLocation
The cached value of the '
Emf Location ' containment reference. |
Modifier and Type | Method and Description |
---|---|
EMFLocation |
ErrorFactoryImpl.createEMFLocation() |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root) |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root,
DMRLocation dmrLocation) |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation) |
EMFLocation |
ErrorFactoryImpl.createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation) |
EMFLocation |
ErrorReportImpl.getEmfLocation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ErrorReportImpl.basicSetEmfLocation(EMFLocation newEmfLocation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message,
EMFLocation emfLocation) |
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message,
EMFLocation emfLocation,
SheetLocation sheetLocation) |
void |
ErrorReportImpl.setEmfLocation(EMFLocation newEmfLocation) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorSwitch.caseEMFLocation(EMFLocation object)
Returns the result of interpreting the object as an instance of 'EMF Location'.
|
Copyright © 2018. All rights reserved.