public interface ErrorReport
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ErrorPackage.getErrorReport()
Modifier and Type | Method and Description |
---|---|
EMFLocation |
getEmfLocation()
Returns the value of the 'Emf Location' containment reference.
|
String |
getMessage()
Returns the value of the 'Message' attribute.
|
Severity |
getSeverity()
Returns the value of the 'Severity' attribute.
|
SheetLocation |
getSheetLocation()
Returns the value of the 'Sheet Location' containment reference.
|
void |
setEmfLocation(EMFLocation value)
Sets the value of the '
Emf Location ' containment reference. |
void |
setMessage(String value)
Sets the value of the '
Message ' attribute. |
void |
setSeverity(Severity value)
Sets the value of the '
Severity ' attribute. |
void |
setSheetLocation(SheetLocation value)
Sets the value of the '
Sheet Location ' containment reference. |
Severity getSeverity()
Severity
.
If the meaning of the 'Severity' attribute isn't clear, there really should be more of a description here...
Severity
,
setSeverity(Severity)
,
ErrorPackage.getErrorReport_Severity()
void setSeverity(Severity value)
Severity
' attribute.
value
- the new value of the 'Severity' attribute.Severity
,
getSeverity()
String getMessage()
If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
setMessage(String)
,
ErrorPackage.getErrorReport_Message()
void setMessage(String value)
Message
' attribute.
value
- the new value of the 'Message' attribute.getMessage()
EMFLocation getEmfLocation()
If the meaning of the 'Emf Location' containment reference isn't clear, there really should be more of a description here...
setEmfLocation(EMFLocation)
,
ErrorPackage.getErrorReport_EmfLocation()
void setEmfLocation(EMFLocation value)
Emf Location
' containment reference.
value
- the new value of the 'Emf Location' containment reference.getEmfLocation()
SheetLocation getSheetLocation()
If the meaning of the 'Sheet Location' containment reference isn't clear, there really should be more of a description here...
setSheetLocation(SheetLocation)
,
ErrorPackage.getErrorReport_SheetLocation()
void setSheetLocation(SheetLocation value)
Sheet Location
' containment reference.
value
- the new value of the 'Sheet Location' containment reference.getSheetLocation()
Copyright © 2018. All rights reserved.