org.eclipse.xtend.core.xtend
Interface RichStringElseIf

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

public interface RichStringElseIf
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Rich String Else If'.

The following features are supported:

See Also:
XtendPackage.getRichStringElseIf()
EMF generated code
EMF model element

Method Summary
 XExpression getIf()
          Returns the value of the 'If' containment reference.
 XExpression getThen()
          Returns the value of the 'Then' containment reference.
 void setIf(XExpression value)
          Sets the value of the 'If' containment reference.
 void setThen(XExpression value)
          Sets the value of the 'Then' containment reference.
 
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

getIf

XExpression getIf()
Returns the value of the 'If' containment reference.

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

Returns:
the value of the 'If' containment reference.
See Also:
setIf(XExpression), XtendPackage.getRichStringElseIf_If()
EMF generated code
EMF model element
containment="true"

setIf

void setIf(XExpression value)
Sets the value of the 'If' containment reference.

Parameters:
value - the new value of the 'If' containment reference.
See Also:
getIf()
EMF generated code

getThen

XExpression getThen()
Returns the value of the 'Then' containment reference.

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

Returns:
the value of the 'Then' containment reference.
See Also:
setThen(XExpression), XtendPackage.getRichStringElseIf_Then()
EMF generated code
EMF model element
containment="true"

setThen

void setThen(XExpression value)
Sets the value of the 'Then' containment reference.

Parameters:
value - the new value of the 'Then' containment reference.
See Also:
getThen()
EMF generated code