Interface RichStringIf

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

    public interface RichStringIf
    extends org.eclipse.xtext.xbase.XExpression
    A representation of the model object 'Rich String If'.

    The following features are supported:

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xbase.XExpression getElse()
      Returns the value of the 'Else' containment reference.
      org.eclipse.emf.common.util.EList<RichStringElseIf> getElseIfs()
      Returns the value of the 'Else Ifs' containment reference list.
      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 setElse​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Else' 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

      • getIf

        org.eclipse.xtext.xbase.XExpression getIf()
        Returns the value of the 'If' containment reference.
        Returns:
        the value of the 'If' containment reference.
        See Also:
        setIf(XExpression), XtendPackage.getRichStringIf_If()
        Model:
        containment="true"
        Generated:
      • 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:
      • setElse

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