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

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

Uses of AltWhenClause in org.openxma.dsl.dom
 

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

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

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

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

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

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

Methods in org.openxma.dsl.dom.model.impl that return AltWhenClause
 AltWhenClause DomFactoryImpl.createAltWhenClause()
           
 

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

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

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



Copyright © 2013. All Rights Reserved.