org.eclipse.xtext.generator.parser.antlr.splitting.simpleExpressions
Interface IfCondition

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

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

A representation of the model object 'If Condition'.

The following features are supported:

See Also:
SimpleExpressionsPackage.getIfCondition()
EMF generated code
EMF model element

Method Summary
 Expression getCondition()
          Returns the value of the 'Condition' containment reference
 boolean isElseif()
          Returns the value of the 'Elseif' attribute
 void setCondition(Expression value)
          Sets the value of the 'Condition' containment reference
 void setElseif(boolean value)
          Sets the value of the 'Elseif' attribute
 
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

isElseif

boolean isElseif()
Returns the value of the 'Elseif' attribute.

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

Returns:
the value of the 'Elseif' attribute.
See Also:
setElseif(boolean), SimpleExpressionsPackage.getIfCondition_Elseif()
EMF generated code
EMF model element

setElseif

void setElseif(boolean value)
Sets the value of the 'Elseif' attribute.

Parameters:
value - the new value of the 'Elseif' attribute.
See Also:
isElseif()
EMF generated code

getCondition

Expression getCondition()
Returns the value of the 'Condition' containment reference.

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

Returns:
the value of the 'Condition' containment reference.
See Also:
setCondition(Expression), SimpleExpressionsPackage.getIfCondition_Condition()
EMF generated code
EMF model element
containment="true"

setCondition

void setCondition(Expression value)
Sets the value of the 'Condition' containment reference.

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