org.eclipse.xtend.core.richstring
Interface ElseIfCondition

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

public interface ElseIfCondition
extends LinePart

A representation of the model object 'Else If Condition'.

The following features are supported:

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

Method Summary
 IfConditionStart getIfConditionStart()
          Returns the value of the 'If Condition Start' reference.
 RichStringElseIf getRichStringElseIf()
          Returns the value of the 'Rich String Else If' reference.
 void setIfConditionStart(IfConditionStart value)
          Sets the value of the 'If Condition Start' reference.
 void setRichStringElseIf(RichStringElseIf value)
          Sets the value of the 'Rich String Else If' 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

getRichStringElseIf

RichStringElseIf getRichStringElseIf()
Returns the value of the 'Rich String Else If' reference.

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

Returns:
the value of the 'Rich String Else If' reference.
See Also:
setRichStringElseIf(RichStringElseIf), ProcessedRichStringPackage.getElseIfCondition_RichStringElseIf()
EMF generated code
EMF model element

setRichStringElseIf

void setRichStringElseIf(RichStringElseIf value)
Sets the value of the 'Rich String Else If' reference.

Parameters:
value - the new value of the 'Rich String Else If' reference.
See Also:
getRichStringElseIf()
EMF generated code

getIfConditionStart

IfConditionStart getIfConditionStart()
Returns the value of the 'If Condition Start' reference. It is bidirectional and its opposite is 'Else If Conditions'.

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.getElseIfCondition_IfConditionStart(), IfConditionStart.getElseIfConditions()
EMF generated code
EMF model element
opposite="elseIfConditions"

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