Package de.uka.ipd.sdq.stoex
Interface IfElseExpression
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,EObject,Expression,IfElse,Notifier
- All Known Implementing Classes:
IfElseExpressionImpl
public interface IfElseExpression extends IfElse
A representation of the model object 'If Else Expression'.The following features are supported:
- See Also:
StoexPackage.getIfElseExpression()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanExpressiongetConditionExpression()Returns the value of the 'Condition Expression' containment reference.BooleanExpressiongetElseExpression()Returns the value of the 'Else Expression' containment reference.BooleanExpressiongetIfExpression()Returns the value of the 'If Expression' containment reference.voidsetConditionExpression(BooleanExpression value)Sets the value of the 'Condition Expression' containment reference.voidsetElseExpression(BooleanExpression value)Sets the value of the 'Else Expression' containment reference.voidsetIfExpression(BooleanExpression value)Sets the value of the 'If Expression' containment reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getIfExpression
BooleanExpression getIfExpression()
Returns the value of the 'If Expression' containment reference.- Returns:
- the value of the 'If Expression' containment reference.
- See Also:
setIfExpression(BooleanExpression),StoexPackage.getIfElseExpression_IfExpression()- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setIfExpression
void setIfExpression(BooleanExpression value)
Sets the value of the 'If Expression' containment reference.- Parameters:
value- the new value of the 'If Expression' containment reference.- See Also:
getIfExpression()- Generated class or method.
-
getElseExpression
BooleanExpression getElseExpression()
Returns the value of the 'Else Expression' containment reference.- Returns:
- the value of the 'Else Expression' containment reference.
- See Also:
setElseExpression(BooleanExpression),StoexPackage.getIfElseExpression_ElseExpression()- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setElseExpression
void setElseExpression(BooleanExpression value)
Sets the value of the 'Else Expression' containment reference.- Parameters:
value- the new value of the 'Else Expression' containment reference.- See Also:
getElseExpression()- Generated class or method.
-
getConditionExpression
BooleanExpression getConditionExpression()
Returns the value of the 'Condition Expression' containment reference.- Returns:
- the value of the 'Condition Expression' containment reference.
- See Also:
setConditionExpression(BooleanExpression),StoexPackage.getIfElseExpression_ConditionExpression()- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setConditionExpression
void setConditionExpression(BooleanExpression value)
Sets the value of the 'Condition Expression' containment reference.- Parameters:
value- the new value of the 'Condition Expression' containment reference.- See Also:
getConditionExpression()- Generated class or method.
-
-