org.eclipse.xtend.core.richstring
Interface ForLoopStart

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

public interface ForLoopStart
extends LinePart

A representation of the model object 'For Loop Start'.

The following features are supported:

See Also:
ProcessedRichStringPackage.getForLoopStart()
EMF generated code
EMF model element

Method Summary
 ForLoopEnd getEnd()
          Returns the value of the 'End' reference.
 RichStringForLoop getLoop()
          Returns the value of the 'Loop' reference.
 void setEnd(ForLoopEnd value)
          Sets the value of the 'End' reference.
 void setLoop(RichStringForLoop value)
          Sets the value of the 'Loop' reference.
 
Methods inherited from interface org.eclipse.xtend.core.richstring.LinePart
getLine, setLine
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getLoop

RichStringForLoop getLoop()
Returns the value of the 'Loop' reference.

If the meaning of the 'Loop' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Loop' reference.
See Also:
setLoop(RichStringForLoop), ProcessedRichStringPackage.getForLoopStart_Loop()
EMF generated code
EMF model element

setLoop

void setLoop(RichStringForLoop value)
Sets the value of the 'Loop' reference.

Parameters:
value - the new value of the 'Loop' reference.
See Also:
getLoop()
EMF generated code

getEnd

ForLoopEnd getEnd()
Returns the value of the 'End' reference. It is bidirectional and its opposite is 'Start'.

If the meaning of the 'End' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'End' reference.
See Also:
setEnd(ForLoopEnd), ProcessedRichStringPackage.getForLoopStart_End(), ForLoopEnd.getStart()
EMF generated code
EMF model element
opposite="start"

setEnd

void setEnd(ForLoopEnd value)
Sets the value of the 'End' reference.

Parameters:
value - the new value of the 'End' reference.
See Also:
getEnd()
EMF generated code