Package | Description |
---|---|
org.eclipse.emfforms.spi.spreadsheet.core.error.model | |
org.eclipse.emfforms.spi.spreadsheet.core.error.model.impl |
Modifier and Type | Field and Description |
---|---|
static List<Severity> |
Severity.VALUES
A public read-only list of all the 'Severity' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static Severity |
Severity.get(int value)
Returns the 'Severity' literal with the specified integer value.
|
static Severity |
Severity.get(String literal)
Returns the 'Severity' literal with the specified literal value.
|
static Severity |
Severity.getByName(String name)
Returns the 'Severity' literal with the specified name.
|
Severity |
ErrorReport.getSeverity()
Returns the value of the 'Severity' attribute.
|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetImportResult.reportError(Severity severity,
String message)
Reports a new
error . |
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 |
SpreadsheetImportResult.reportError(Severity severity,
String message,
SheetLocation sheetLocation)
Reports a new
error . |
void |
ErrorReport.setSeverity(Severity value)
Sets the value of the '
Severity ' attribute. |
Modifier and Type | Field and Description |
---|---|
protected Severity |
ErrorReportImpl.severity
The cached value of the '
Severity ' attribute. |
protected static Severity |
ErrorReportImpl.SEVERITY_EDEFAULT
The default value of the '
Severity ' attribute. |
Modifier and Type | Method and Description |
---|---|
Severity |
ErrorFactoryImpl.createSeverityFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Severity |
ErrorReportImpl.getSeverity() |
Modifier and Type | Method and Description |
---|---|
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message) |
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message,
EMFLocation emfLocation) |
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message,
EMFLocation emfLocation,
SheetLocation sheetLocation) |
void |
SpreadsheetImportResultImpl.reportError(Severity severity,
String message,
SheetLocation sheetLocation) |
void |
ErrorReportImpl.setSeverity(Severity newSeverity) |
Copyright © 2018. All rights reserved.