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 BooleanExpression
getConditionExpression()
Returns the value of the 'Condition Expression' containment reference.BooleanExpression
getElseExpression()
Returns the value of the 'Else Expression' containment reference.BooleanExpression
getIfExpression()
Returns the value of the 'If Expression' containment reference.void
setConditionExpression(BooleanExpression value)
Sets the value of the 'Condition Expression
' containment reference.void
setElseExpression(BooleanExpression value)
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 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.If the meaning of the 'If Expression' containment reference isn't clear, there really should be more of a description here...
- 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.If the meaning of the 'Else Expression' containment reference isn't clear, there really should be more of a description here...
- 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.If the meaning of the 'Condition Expression' containment reference isn't clear, there really should be more of a description here...
- 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.
-
-