Uses of Interface
org.openxma.dsl.dom.model.WhenClause

Packages that use WhenClause
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.util   
 

Uses of WhenClause in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return WhenClause
 WhenClause DomFactory.createWhenClause()
          Returns a new object of class 'When Clause'.
 

Uses of WhenClause in org.openxma.dsl.dom.model
 

Methods in org.openxma.dsl.dom.model that return types with arguments of type WhenClause
 org.eclipse.emf.common.util.EList<WhenClause> CaseExpression.getWhenClause()
          Returns the value of the 'When Clause' containment reference list.
 

Uses of WhenClause in org.openxma.dsl.dom.model.impl
 

Classes in org.openxma.dsl.dom.model.impl that implement WhenClause
 class WhenClauseImpl
          An implementation of the model object 'When Clause'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type WhenClause
protected  org.eclipse.emf.common.util.EList<WhenClause> CaseExpressionImpl.whenClause
          The cached value of the 'When Clause' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return WhenClause
 WhenClause DomFactoryImpl.createWhenClause()
           
 

Methods in org.openxma.dsl.dom.model.impl that return types with arguments of type WhenClause
 org.eclipse.emf.common.util.EList<WhenClause> CaseExpressionImpl.getWhenClause()
           
 

Uses of WhenClause in org.openxma.dsl.dom.util
 

Methods in org.openxma.dsl.dom.util with parameters of type WhenClause
 T DomSwitch.caseWhenClause(WhenClause object)
          Returns the result of interpreting the object as an instance of 'When Clause'.
 



Copyright © 2013. All Rights Reserved.