Interface ErrorSpecification

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, org.eclipse.xtext.xbase.XExpression
    All Known Implementing Classes:
    ErrorSpecificationImpl

    public interface ErrorSpecification
    extends org.eclipse.xtext.xbase.XExpression
    A representation of the model object 'Error Specification'.

    The following features are supported:

    See Also:
    XsemanticsPackage.getErrorSpecification()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xbase.XExpression getData()
      Returns the value of the 'Data' containment reference.
      org.eclipse.xtext.xbase.XExpression getError()
      Returns the value of the 'Error' containment reference.
      org.eclipse.xtext.xbase.XExpression getFeature()
      Returns the value of the 'Feature' containment reference.
      org.eclipse.xtext.xbase.XExpression getSource()
      Returns the value of the 'Source' containment reference.
      void setData​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Data' containment reference.
      void setError​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Error' containment reference.
      void setFeature​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Feature' containment reference.
      void setSource​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Source' containment reference.
      • 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 Detail

      • setError

        void setError​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Error' containment reference.
        Parameters:
        value - the new value of the 'Error' containment reference.
        See Also:
        getError()
      • setSource

        void setSource​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Source' containment reference.
        Parameters:
        value - the new value of the 'Source' containment reference.
        See Also:
        getSource()
      • setFeature

        void setFeature​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Feature' containment reference.
        Parameters:
        value - the new value of the 'Feature' containment reference.
        See Also:
        getFeature()
      • setData

        void setData​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Data' containment reference.
        Parameters:
        value - the new value of the 'Data' containment reference.
        See Also:
        getData()