Interface ErrorReport

    • Method Detail

      • setSeverity

        void setSeverity​(Severity value)
        Sets the value of the 'Severity' attribute.
        Parameters:
        value - the new value of the 'Severity' attribute.
        See Also:
        Severity, getSeverity()
      • getMessage

        java.lang.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(String), ErrorPackage.getErrorReport_Message()
      • setMessage

        void setMessage​(java.lang.String value)
        Sets the value of the 'Message' attribute.
        Parameters:
        value - the new value of the 'Message' attribute.
        See Also:
        getMessage()
      • setEmfLocation

        void setEmfLocation​(EMFLocation value)
        Sets the value of the 'Emf Location' containment reference.
        Parameters:
        value - the new value of the 'Emf Location' containment reference.
        See Also:
        getEmfLocation()
      • setSheetLocation

        void setSheetLocation​(SheetLocation value)
        Sets the value of the 'Sheet Location' containment reference.
        Parameters:
        value - the new value of the 'Sheet Location' containment reference.
        See Also:
        getSheetLocation()