org.eclipse.emf.ocl.expressions
Interface IfExp

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, OCLExpression, TypedElement, Visitable
All Known Implementing Classes:
IfExpImpl

public interface IfExp
extends OCLExpression


Field Summary
static java.lang.String copyright
           
 
Method Summary
 OCLExpression getCondition()
           
 OCLExpression getElseExpression()
           
 OCLExpression getThenExpression()
           
 void setCondition(OCLExpression value)
          Sets the value of the 'Condition' containment reference
 void setElseExpression(OCLExpression value)
          Sets the value of the 'Else Expression' containment reference
 void setThenExpression(OCLExpression value)
          Sets the value of the 'Then Expression' containment reference
 
Methods inherited from interface org.eclipse.emf.ocl.uml.TypedElement
getType, setType
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 
Methods inherited from interface org.eclipse.emf.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.emf.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getCondition

public OCLExpression getCondition()

setCondition

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

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

getThenExpression

public OCLExpression getThenExpression()

setThenExpression

public void setThenExpression(OCLExpression value)
Sets the value of the 'Then Expression' containment reference.

Parameters:
value - the new value of the 'Then Expression' containment reference.
See Also:
IfExp.getThenExpression()

getElseExpression

public OCLExpression getElseExpression()

setElseExpression

public void setElseExpression(OCLExpression value)
Sets the value of the 'Else Expression' containment reference.

Parameters:
value - the new value of the 'Else Expression' containment reference.
See Also:
IfExp.getElseExpression()

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.