Interface ExecutionError
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExecutionErrorImpl
public interface ExecutionError
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Execution Error'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetError()Returns the value of the 'Error' attribute.Returns the value of the 'Frames' attribute.Returns the value of the 'Message' attribute.voidSets the value of the 'Error' attribute.voidSets the value of the 'Frames' attribute.voidsetMessage(String value) Sets the value of the 'Message' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMessage
String getMessage()Returns the value of the 'Message' attribute.If the meaning of the 'Message' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Message' attribute.
- See Also:
-
setMessage
Sets the value of the 'Message' attribute.- Parameters:
value- the new value of the 'Message' attribute.- See Also:
-
getError
String getError()Returns the value of the 'Error' attribute.If the meaning of the 'Error' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Error' attribute.
- See Also:
-
setError
Sets the value of the 'Error' attribute.- Parameters:
value- the new value of the 'Error' attribute.- See Also:
-
getFrames
String getFrames()Returns the value of the 'Frames' attribute.If the meaning of the 'Frames' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Frames' attribute.
- See Also:
-
setFrames
Sets the value of the 'Frames' attribute.- Parameters:
value- the new value of the 'Frames' attribute.- See Also:
-