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

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

Uses of SubQuery in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return SubQuery
 SubQuery DomFactory.createSubQuery()
          Returns a new object of class 'Sub Query'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement SubQuery
 class SubQueryImpl
          An implementation of the model object 'Sub Query'.
 

Methods in org.openxma.dsl.dom.model.impl that return SubQuery
 SubQuery DomFactoryImpl.createSubQuery()
           
 

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

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



Copyright © 2013. All Rights Reserved.