Interface XIfExpression

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

    public interface XIfExpression
    extends XExpression
    A representation of the model object 'XIf Expression'.
    Since:
    2.7
    See Also:
    XbasePackage.getXIfExpression()
    Noextend:
    This interface is not intended to be extended by clients.
    Noimplement:
    This interface is not intended to be implemented by clients.

    The following features are supported:

    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      XExpression getElse()
      Returns the value of the 'Else' containment reference.
      XExpression getIf()
      Returns the value of the 'If' containment reference.
      XExpression getThen()
      Returns the value of the 'Then' containment reference.
      boolean isConditionalExpression()
      Returns the value of the 'Conditional Expression' attribute.
      void setConditionalExpression​(boolean value)
      Sets the value of the 'Conditional Expression' attribute.
      void setElse​(XExpression value)
      Sets the value of the 'Else' containment reference.
      void setIf​(XExpression value)
      Sets the value of the 'If' containment reference.
      void setThen​(XExpression value)
      Sets the value of the 'Then' 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