Interface RichStringForLoop

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

    public interface RichStringForLoop
    extends org.eclipse.xtext.xbase.XForLoopExpression
    A representation of the model object 'Rich String For Loop'.

    The following features are supported:

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.xbase.XExpression getAfter()
      Returns the value of the 'After' containment reference.
      org.eclipse.xtext.xbase.XExpression getBefore()
      Returns the value of the 'Before' containment reference.
      org.eclipse.xtext.xbase.XExpression getSeparator()
      Returns the value of the 'Separator' containment reference.
      void setAfter​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'After' containment reference.
      void setBefore​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Before' containment reference.
      void setSeparator​(org.eclipse.xtext.xbase.XExpression value)
      Sets the value of the 'Separator' 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
      • Methods inherited from interface org.eclipse.xtext.xbase.XForLoopExpression

        getDeclaredParam, getEachExpression, getForExpression, setDeclaredParam, setEachExpression, setForExpression
    • Method Detail

      • setSeparator

        void setSeparator​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Separator' containment reference.
        Parameters:
        value - the new value of the 'Separator' containment reference.
        See Also:
        getSeparator()
        Generated:
      • setBefore

        void setBefore​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Before' containment reference.
        Parameters:
        value - the new value of the 'Before' containment reference.
        See Also:
        getBefore()
        Generated:
      • setAfter

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