Interface RichStringElseIf

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

    public interface RichStringElseIf
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Rich String Else If'.

    The following features are supported:

    See Also:
    XtendPackage.getRichStringElseIf()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xbase.XExpression getIf()
      Returns the value of the 'If' containment reference.
      org.eclipse.xtext.xbase.XExpression getThen()
      Returns the value of the 'Then' containment reference.
      void setIf​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'If' containment reference.
      void setThen​(org.eclipse.xtext.xbase.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
    • Method Detail

      • setIf

        void setIf​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'If' containment reference.
        Parameters:
        value - the new value of the 'If' containment reference.
        See Also:
        getIf()
        Generated:
      • setThen

        void setThen​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Then' containment reference.
        Parameters:
        value - the new value of the 'Then' containment reference.
        See Also:
        getThen()
        Generated: