public interface ErrorPackage
extends org.eclipse.emf.ecore.EPackage
ErrorFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ErrorPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
DMR_LOCATION
The meta object id for the '
DMR Location ' class. |
static int |
DMR_LOCATION__DOMAIN_MODEL_REFERENCE
The feature id for the 'Domain Model Reference' containment reference.
|
static int |
DMR_LOCATION_FEATURE_COUNT
The number of structural features of the 'DMR Location' class.
|
static ErrorPackage |
eINSTANCE
The singleton instance of the package.
|
static int |
EMF_LOCATION
The meta object id for the '
EMF Location ' class. |
static int |
EMF_LOCATION__DMR_LOCATION
The feature id for the 'Dmr Location' containment reference.
|
static int |
EMF_LOCATION__ROOT
The feature id for the 'Root' reference.
|
static int |
EMF_LOCATION__SETTING_LOCATION
The feature id for the 'Setting Location' containment reference.
|
static int |
EMF_LOCATION_FEATURE_COUNT
The number of structural features of the 'EMF Location' class.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
ERROR_REPORT
The meta object id for the '
Report ' class. |
static int |
ERROR_REPORT__EMF_LOCATION
The feature id for the 'Emf Location' containment reference.
|
static int |
ERROR_REPORT__MESSAGE
The feature id for the 'Message' attribute.
|
static int |
ERROR_REPORT__SEVERITY
The feature id for the 'Severity' attribute.
|
static int |
ERROR_REPORT__SHEET_LOCATION
The feature id for the 'Sheet Location' containment reference.
|
static int |
ERROR_REPORT_FEATURE_COUNT
The number of structural features of the 'Report' class.
|
static int |
SETTING_LOCATION
The meta object id for the '
Setting Location ' class. |
static int |
SETTING_LOCATION__EOBJECT
The feature id for the 'EObject' reference.
|
static int |
SETTING_LOCATION__FEATURE
The feature id for the 'Feature' reference.
|
static int |
SETTING_LOCATION_FEATURE_COUNT
The number of structural features of the 'Setting Location' class.
|
static int |
SETTING_TO_SHEET_MAPPING
The meta object id for the '
Setting To Sheet Mapping ' class. |
static int |
SETTING_TO_SHEET_MAPPING__SETTING_LOCATION
The feature id for the 'Setting Location' containment reference.
|
static int |
SETTING_TO_SHEET_MAPPING__SHEET_LOCATION
The feature id for the 'Sheet Location' containment reference.
|
static int |
SETTING_TO_SHEET_MAPPING_FEATURE_COUNT
The number of structural features of the 'Setting To Sheet Mapping' class.
|
static int |
SEVERITY
The meta object id for the '
Severity ' enum. |
static int |
SHEET_LOCATION
The meta object id for the '
Sheet Location ' class. |
static int |
SHEET_LOCATION__COLUMN
The feature id for the 'Column' attribute.
|
static int |
SHEET_LOCATION__COLUMN_NAME
The feature id for the 'Column Name' attribute.
|
static int |
SHEET_LOCATION__ROW
The feature id for the 'Row' attribute.
|
static int |
SHEET_LOCATION__SHEET
The feature id for the 'Sheet' attribute.
|
static int |
SHEET_LOCATION__VALID
The feature id for the 'Valid' attribute.
|
static int |
SHEET_LOCATION_FEATURE_COUNT
The number of structural features of the 'Sheet Location' class.
|
static int |
SPREADSHEET_IMPORT_RESULT
The meta object id for the '
Spreadsheet Import Result ' class. |
static int |
SPREADSHEET_IMPORT_RESULT__ERROR_REPORTS
The feature id for the 'Error Reports' containment reference list.
|
static int |
SPREADSHEET_IMPORT_RESULT__IMPORTED_EOBJECTS
The feature id for the 'Imported EObjects' reference list.
|
static int |
SPREADSHEET_IMPORT_RESULT__SETTING_TO_SHEET_MAP
The feature id for the 'Setting To Sheet Map' reference list.
|
static int |
SPREADSHEET_IMPORT_RESULT_FEATURE_COUNT
The number of structural features of the 'Spreadsheet Import Result' class.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getDMRLocation_DomainModelReference()
Returns the meta object for the containment reference '
Domain Model Reference '. |
org.eclipse.emf.ecore.EClass |
getDMRLocation()
Returns the meta object for class '
DMR Location '. |
org.eclipse.emf.ecore.EReference |
getEMFLocation_DmrLocation()
Returns the meta object for the containment reference '
Dmr Location '. |
org.eclipse.emf.ecore.EReference |
getEMFLocation_Root()
Returns the meta object for the reference '
Root '. |
org.eclipse.emf.ecore.EReference |
getEMFLocation_SettingLocation()
Returns the meta object for the containment reference '
Setting Location '. |
org.eclipse.emf.ecore.EClass |
getEMFLocation()
Returns the meta object for class '
EMF Location '. |
ErrorFactory |
getErrorFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EReference |
getErrorReport_EmfLocation()
Returns the meta object for the containment reference '
Emf Location '. |
org.eclipse.emf.ecore.EAttribute |
getErrorReport_Message()
Returns the meta object for the attribute '
Message '. |
org.eclipse.emf.ecore.EAttribute |
getErrorReport_Severity()
Returns the meta object for the attribute '
Severity '. |
org.eclipse.emf.ecore.EReference |
getErrorReport_SheetLocation()
Returns the meta object for the containment reference '
Sheet Location
'. |
org.eclipse.emf.ecore.EClass |
getErrorReport()
Returns the meta object for class '
Report '. |
org.eclipse.emf.ecore.EReference |
getSettingLocation_EObject()
Returns the meta object for the reference '
EObject '. |
org.eclipse.emf.ecore.EReference |
getSettingLocation_Feature()
Returns the meta object for the reference '
Feature '. |
org.eclipse.emf.ecore.EClass |
getSettingLocation()
Returns the meta object for class '
Setting Location '. |
org.eclipse.emf.ecore.EReference |
getSettingToSheetMapping_SettingLocation()
Returns the meta object for the containment reference '
Setting Location '. |
org.eclipse.emf.ecore.EReference |
getSettingToSheetMapping_SheetLocation()
Returns the meta object for the containment reference '
Sheet Location '. |
org.eclipse.emf.ecore.EClass |
getSettingToSheetMapping()
Returns the meta object for class '
Setting To Sheet Mapping '. |
org.eclipse.emf.ecore.EEnum |
getSeverity()
Returns the meta object for enum '
Severity '. |
org.eclipse.emf.ecore.EAttribute |
getSheetLocation_Column()
Returns the meta object for the attribute '
Column '. |
org.eclipse.emf.ecore.EAttribute |
getSheetLocation_ColumnName()
Returns the meta object for the attribute '
Column Name '. |
org.eclipse.emf.ecore.EAttribute |
getSheetLocation_Row()
Returns the meta object for the attribute '
Row '. |
org.eclipse.emf.ecore.EAttribute |
getSheetLocation_Sheet()
Returns the meta object for the attribute '
Sheet '. |
org.eclipse.emf.ecore.EAttribute |
getSheetLocation_Valid()
Returns the meta object for the attribute '
Valid '. |
org.eclipse.emf.ecore.EClass |
getSheetLocation()
Returns the meta object for class '
Sheet Location '. |
org.eclipse.emf.ecore.EReference |
getSpreadsheetImportResult_ErrorReports()
Returns the meta object for the containment reference list '
Error Reports '. |
org.eclipse.emf.ecore.EReference |
getSpreadsheetImportResult_ImportedEObjects()
Returns the meta object for the reference list '
Imported EObjects '. |
org.eclipse.emf.ecore.EReference |
getSpreadsheetImportResult_SettingToSheetMap()
Returns the meta object for the reference list '
Setting To Sheet Map '. |
org.eclipse.emf.ecore.EClass |
getSpreadsheetImportResult()
Returns the meta object for class '
Spreadsheet Import Result '. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ErrorPackage eINSTANCE
static final int SPREADSHEET_IMPORT_RESULT
Spreadsheet Import Result
' class.
static final int SPREADSHEET_IMPORT_RESULT__ERROR_REPORTS
static final int SPREADSHEET_IMPORT_RESULT__IMPORTED_EOBJECTS
static final int SPREADSHEET_IMPORT_RESULT__SETTING_TO_SHEET_MAP
static final int SPREADSHEET_IMPORT_RESULT_FEATURE_COUNT
static final int ERROR_REPORT
Report
' class.
static final int ERROR_REPORT__SEVERITY
static final int ERROR_REPORT__MESSAGE
static final int ERROR_REPORT__EMF_LOCATION
static final int ERROR_REPORT__SHEET_LOCATION
static final int ERROR_REPORT_FEATURE_COUNT
static final int EMF_LOCATION
EMF Location
' class.
static final int SETTING_LOCATION
Setting Location
' class.
static final int DMR_LOCATION
DMR Location
' class.
static final int SHEET_LOCATION
Sheet Location
' class.
static final int SHEET_LOCATION__SHEET
static final int SHEET_LOCATION__COLUMN
static final int SHEET_LOCATION__ROW
static final int SHEET_LOCATION__COLUMN_NAME
static final int SHEET_LOCATION__VALID
static final int SHEET_LOCATION_FEATURE_COUNT
static final int EMF_LOCATION__ROOT
static final int EMF_LOCATION__SETTING_LOCATION
static final int EMF_LOCATION__DMR_LOCATION
static final int EMF_LOCATION_FEATURE_COUNT
static final int SETTING_LOCATION__EOBJECT
static final int SETTING_LOCATION__FEATURE
static final int SETTING_LOCATION_FEATURE_COUNT
static final int DMR_LOCATION__DOMAIN_MODEL_REFERENCE
static final int DMR_LOCATION_FEATURE_COUNT
static final int SETTING_TO_SHEET_MAPPING
Setting To Sheet Mapping
' class.
static final int SETTING_TO_SHEET_MAPPING__SHEET_LOCATION
static final int SETTING_TO_SHEET_MAPPING__SETTING_LOCATION
static final int SETTING_TO_SHEET_MAPPING_FEATURE_COUNT
static final int SEVERITY
Severity
' enum.
org.eclipse.emf.ecore.EClass getSpreadsheetImportResult()
Spreadsheet Import Result
'.
SpreadsheetImportResult
org.eclipse.emf.ecore.EReference getSpreadsheetImportResult_ErrorReports()
Error Reports
'.
SpreadsheetImportResult.getErrorReports()
,
getSpreadsheetImportResult()
org.eclipse.emf.ecore.EReference getSpreadsheetImportResult_ImportedEObjects()
Imported EObjects
'.
SpreadsheetImportResult.getImportedEObjects()
,
getSpreadsheetImportResult()
org.eclipse.emf.ecore.EReference getSpreadsheetImportResult_SettingToSheetMap()
Setting To Sheet Map
'.
SpreadsheetImportResult.getSettingToSheetMap()
,
getSpreadsheetImportResult()
org.eclipse.emf.ecore.EClass getErrorReport()
Report
'.
ErrorReport
org.eclipse.emf.ecore.EAttribute getErrorReport_Severity()
Severity
'.
ErrorReport.getSeverity()
,
getErrorReport()
org.eclipse.emf.ecore.EAttribute getErrorReport_Message()
Message
'.
ErrorReport.getMessage()
,
getErrorReport()
org.eclipse.emf.ecore.EReference getErrorReport_EmfLocation()
Emf Location
'.
ErrorReport.getEmfLocation()
,
getErrorReport()
org.eclipse.emf.ecore.EReference getErrorReport_SheetLocation()
Sheet Location
'.
ErrorReport.getSheetLocation()
,
getErrorReport()
org.eclipse.emf.ecore.EClass getEMFLocation()
EMF Location
'.
EMFLocation
org.eclipse.emf.ecore.EReference getEMFLocation_Root()
Root
'.
EMFLocation.getRoot()
,
getEMFLocation()
org.eclipse.emf.ecore.EReference getEMFLocation_SettingLocation()
Setting Location
'.
EMFLocation.getSettingLocation()
,
getEMFLocation()
org.eclipse.emf.ecore.EReference getEMFLocation_DmrLocation()
Dmr Location
'.
EMFLocation.getDmrLocation()
,
getEMFLocation()
org.eclipse.emf.ecore.EClass getSettingLocation()
Setting Location
'.
SettingLocation
org.eclipse.emf.ecore.EReference getSettingLocation_EObject()
EObject
'.
SettingLocation.getEObject()
,
getSettingLocation()
org.eclipse.emf.ecore.EReference getSettingLocation_Feature()
Feature
'.
SettingLocation.getFeature()
,
getSettingLocation()
org.eclipse.emf.ecore.EClass getDMRLocation()
DMR Location
'.
DMRLocation
org.eclipse.emf.ecore.EReference getDMRLocation_DomainModelReference()
Domain Model Reference
'.
DMRLocation.getDomainModelReference()
,
getDMRLocation()
org.eclipse.emf.ecore.EClass getSettingToSheetMapping()
Setting To Sheet Mapping
'.
SettingToSheetMapping
org.eclipse.emf.ecore.EReference getSettingToSheetMapping_SheetLocation()
Sheet Location
'.
SettingToSheetMapping.getSheetLocation()
,
getSettingToSheetMapping()
org.eclipse.emf.ecore.EReference getSettingToSheetMapping_SettingLocation()
Setting Location
'.
SettingToSheetMapping.getSettingLocation()
,
getSettingToSheetMapping()
org.eclipse.emf.ecore.EClass getSheetLocation()
Sheet Location
'.
SheetLocation
org.eclipse.emf.ecore.EAttribute getSheetLocation_Sheet()
Sheet
'.
SheetLocation.getSheet()
,
getSheetLocation()
org.eclipse.emf.ecore.EAttribute getSheetLocation_Column()
Column
'.
SheetLocation.getColumn()
,
getSheetLocation()
org.eclipse.emf.ecore.EAttribute getSheetLocation_Row()
Row
'.
SheetLocation.getRow()
,
getSheetLocation()
org.eclipse.emf.ecore.EAttribute getSheetLocation_ColumnName()
Column Name
'.
SheetLocation.getColumnName()
,
getSheetLocation()
org.eclipse.emf.ecore.EAttribute getSheetLocation_Valid()
Valid
'.
SheetLocation.isValid()
,
getSheetLocation()
org.eclipse.emf.ecore.EEnum getSeverity()
Severity
'.
Severity
ErrorFactory getErrorFactory()
Copyright © 2016. All rights reserved.