org.openxma.dsl.dom.model
Interface WhenClause

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

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

A representation of the model object 'When Clause'.

The following features are supported:

See Also:
DomPackage.getWhenClause()

Method Summary
 Expression getThenExpression()
          Returns the value of the 'Then Expression' containment reference.
 Expression getWhenExpression()
          Returns the value of the 'When Expression' containment reference.
 void setThenExpression(Expression value)
          Sets the value of the 'Then Expression' containment reference.
 void setWhenExpression(Expression value)
          Sets the value of the 'When Expression' containment reference.
 
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
 

Method Detail

getWhenExpression

Expression getWhenExpression()
Returns the value of the 'When Expression' containment reference.

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

Returns:
the value of the 'When Expression' containment reference.
See Also:
setWhenExpression(Expression), DomPackage.getWhenClause_WhenExpression()

setWhenExpression

void setWhenExpression(Expression value)
Sets the value of the 'When Expression' containment reference.

Parameters:
value - the new value of the 'When Expression' containment reference.
See Also:
getWhenExpression()

getThenExpression

Expression getThenExpression()
Returns the value of the 'Then Expression' containment reference.

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

Returns:
the value of the 'Then Expression' containment reference.
See Also:
setThenExpression(Expression), DomPackage.getWhenClause_ThenExpression()

setThenExpression

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

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


Copyright © 2013. All Rights Reserved.