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

Packages that use Join
org.openxma.dsl.dom   
org.openxma.dsl.dom.model   
org.openxma.dsl.dom.model.impl   
org.openxma.dsl.dom.scoping   
org.openxma.dsl.dom.util   
 

Uses of Join in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return Join
 Join DomFactory.createJoin()
          Returns a new object of class 'Join'.
 

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

Methods in org.openxma.dsl.dom.model that return types with arguments of type Join
 org.eclipse.emf.common.util.EList<Join> SelectStatement.getJoin()
          Returns the value of the 'Join' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement Join
 class JoinImpl
          An implementation of the model object 'Join'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type Join
protected  org.eclipse.emf.common.util.EList<Join> SelectStatementImpl.join
          The cached value of the 'Join' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return Join
 Join DomFactoryImpl.createJoin()
           
 

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

Uses of Join in org.openxma.dsl.dom.scoping
 

Methods in org.openxma.dsl.dom.scoping with parameters of type Join
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_Join_reference(Join join, org.eclipse.emf.ecore.EReference reference)
           
 

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

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



Copyright © 2013. All Rights Reserved.