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
A representation of the model object 'If Else Expression'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Condition Expression' containment reference.Returns the value of the 'Else Expression' containment reference.Returns the value of the 'If Expression' containment reference.void
Sets the value of the 'Condition Expression
' containment reference.void
Sets the value of the 'Else Expression
' containment reference.void
setIfExpression
(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 Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getIfExpression
BooleanExpression getIfExpression()Returns the value of the 'If Expression' containment reference.- Returns:
- the value of the 'If Expression' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setIfExpression
Sets the value of the 'If Expression
' containment reference.- Parameters:
value
- the new value of the 'If Expression' containment reference.- See Also:
- 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:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setElseExpression
Sets the value of the 'Else Expression
' containment reference.- Parameters:
value
- the new value of the 'Else Expression' containment reference.- See Also:
- 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:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setConditionExpression
Sets the value of the 'Condition Expression
' containment reference.- Parameters:
value
- the new value of the 'Condition Expression' containment reference.- See Also:
- Generated class or method.
-