org.eclipse.xtext.xtend2.richstring
Interface ForLoopEnd

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

public interface ForLoopEnd
extends LinePart

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

The following features are supported:

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

Method Summary
 ForLoopStart getStart()
          Returns the value of the 'Start' reference.
 void setStart(ForLoopStart value)
          Sets the value of the 'Start' reference
 
Methods inherited from interface org.eclipse.xtext.xtend2.richstring.LinePart
getLine, setLine
 
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

getStart

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

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

Returns:
the value of the 'Start' reference.
See Also:
setStart(ForLoopStart), ProcessedRichStringPackage.getForLoopEnd_Start(), ForLoopStart.getEnd()
EMF generated code
EMF model element
opposite="end"

setStart

void setStart(ForLoopStart value)
Sets the value of the 'Start' reference.

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