org.eclipse.xtext.xtend2.richstring
Interface EndIf

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

public interface EndIf
extends LinePart

A representation of the model object 'End If'.

The following features are supported:

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

Method Summary
 IfConditionStart getIfConditionStart()
          Returns the value of the 'If Condition Start' reference
 void setIfConditionStart(IfConditionStart value)
          Sets the value of the 'If Condition 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

getIfConditionStart

IfConditionStart getIfConditionStart()
Returns the value of the 'If Condition Start' reference.

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

Returns:
the value of the 'If Condition Start' reference.
See Also:
setIfConditionStart(IfConditionStart), ProcessedRichStringPackage.getEndIf_IfConditionStart()
EMF generated code
EMF model element

setIfConditionStart

void setIfConditionStart(IfConditionStart value)
Sets the value of the 'If Condition Start' reference.

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