public interface ErrorFactory
extends org.eclipse.emf.ecore.EFactory
ErrorPackage
Modifier and Type | Field and Description |
---|---|
static ErrorFactory |
eINSTANCE
The singleton instance of the factory.
|
Modifier and Type | Method and Description |
---|---|
DMRLocation |
createDMRLocation()
Returns a new object of class 'DMR Location'.
|
DMRLocation |
createDMRLocation(VDomainModelReference dmr)
Creates a new
DMRLocation . |
EMFLocation |
createEMFLocation()
Returns a new object of class 'EMF Location'.
|
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root)
Creates a new
EMFLocation . |
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root,
DMRLocation dmrLocation)
Creates a new
EMFLocation . |
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation)
Creates a new
EMFLocation . |
EMFLocation |
createEMFLocation(org.eclipse.emf.ecore.EObject root,
SettingLocation settingLocation,
DMRLocation dmrLocation)
Creates a new
EMFLocation . |
ErrorReport |
createErrorReport()
Returns a new object of class 'Report'.
|
SheetLocation |
createInvalidSheetLocation(String columnName)
Creates a new object which creates an invalid SheetLocation.
|
SettingLocation |
createSettingLocation()
Returns a new object of class 'Setting Location'.
|
SettingLocation |
createSettingLocation(org.eclipse.emf.ecore.EObject eObject,
org.eclipse.emf.ecore.EStructuralFeature feature)
Creates a new
SettingLocation . |
SettingToSheetMapping |
createSettingToSheetMapping()
Returns a new object of class 'Setting To Sheet Mapping'.
|
SettingToSheetMapping |
createSettingToSheetMapping(SettingLocation settingLocation,
SheetLocation sheetLocation)
Creates a SettingToSheetMapping based on the combination of the
SettingLocation and the
SheetLocation . |
SheetLocation |
createSheetLocation()
Returns a new object of class 'Sheet Location'.
|
SheetLocation |
createSheetLocation(String sheet,
int column,
int row,
String columnName)
Creates a new object which identifies the affected cell in the spreadsheet.
|
SpreadsheetImportResult |
createSpreadsheetImportResult()
Returns a new object of class 'Spreadsheet Import Result'.
|
ErrorPackage |
getErrorPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackage
getEAnnotation, getEAnnotations
static final ErrorFactory eINSTANCE
SpreadsheetImportResult createSpreadsheetImportResult()
ErrorReport createErrorReport()
EMFLocation createEMFLocation()
EMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root)
EMFLocation
.root
- the root EObjectEMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root, SettingLocation settingLocation, DMRLocation dmrLocation)
EMFLocation
.root
- the root EObjectsettingLocation
- the SettingLocation
dmrLocation
- the DMRLocation
EMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root, DMRLocation dmrLocation)
EMFLocation
.root
- the root EObjectdmrLocation
- the DMRLocation
EMFLocation createEMFLocation(org.eclipse.emf.ecore.EObject root, SettingLocation settingLocation)
EMFLocation
.root
- the root EObjectsettingLocation
- the SettingLocation
SettingLocation createSettingLocation()
SettingLocation createSettingLocation(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EStructuralFeature feature)
SettingLocation
.eObject
- the EObject of the Settingfeature
- the Feature of the SettingDMRLocation createDMRLocation()
SettingToSheetMapping createSettingToSheetMapping()
SettingToSheetMapping createSettingToSheetMapping(SettingLocation settingLocation, SheetLocation sheetLocation)
SettingLocation
and the
SheetLocation
.settingLocation
- The SettingLocation
sheetLocation
- The SheetLocation
SettingToSheetMapping
DMRLocation createDMRLocation(VDomainModelReference dmr)
DMRLocation
.dmr
- the domain model referenceSheetLocation createSheetLocation()
SheetLocation createSheetLocation(String sheet, int column, int row, String columnName)
sheet
- the sheet idcolumn
- the column idrow
- the row idcolumnName
- the column namelocation
SheetLocation createInvalidSheetLocation(String columnName)
columnName
- the column namelocation
ErrorPackage getErrorPackage()
Copyright © 2016. All rights reserved.