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 Type
    Method
    Description
    Returns the value of the 'Error' attribute.
    Returns the value of the 'Frames' attribute.
    Returns the value of the 'Message' attribute.
    void
    Sets the value of the 'Error' attribute.
    void
    Sets the value of the 'Frames' attribute.
    void
    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, eUnset

    Methods 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

      void setMessage(String value)
      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

      void setError(String value)
      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

      void setFrames(String value)
      Sets the value of the 'Frames' attribute.
      Parameters:
      value - the new value of the 'Frames' attribute.
      See Also: