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

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

Uses of SelectStatement in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return SelectStatement
 SelectStatement DomFactory.createSelectStatement()
          Returns a new object of class 'Select Statement'.
 

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

Subinterfaces of SelectStatement in org.openxma.dsl.dom.model
 interface SelectClass
          A representation of the model object 'Select Class'.
 interface SelectObject
          A representation of the model object 'Select Object'.
 interface SelectProperties
          A representation of the model object 'Select Properties'.
 

Methods in org.openxma.dsl.dom.model that return SelectStatement
 SelectStatement InsertStatement.getSelectStatement()
          Returns the value of the 'Select Statement' containment reference.
 

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

Methods in org.openxma.dsl.dom.model with parameters of type SelectStatement
 void InsertStatement.setSelectStatement(SelectStatement value)
          Sets the value of the 'Select Statement' containment reference.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement SelectStatement
 class SelectClassImpl
          An implementation of the model object 'Select Class'.
 class SelectObjectImpl
          An implementation of the model object 'Select Object'.
 class SelectPropertiesImpl
          An implementation of the model object 'Select Properties'.
 class SelectStatementImpl
          An implementation of the model object 'Select Statement'.
 

Fields in org.openxma.dsl.dom.model.impl declared as SelectStatement
protected  SelectStatement InsertStatementImpl.selectStatement
          The cached value of the 'Select Statement' containment reference.
 

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

Methods in org.openxma.dsl.dom.model.impl that return SelectStatement
 SelectStatement DomFactoryImpl.createSelectStatement()
           
 SelectStatement InsertStatementImpl.getSelectStatement()
           
 

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

Methods in org.openxma.dsl.dom.model.impl with parameters of type SelectStatement
 org.eclipse.emf.common.notify.NotificationChain InsertStatementImpl.basicSetSelectStatement(SelectStatement newSelectStatement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void InsertStatementImpl.setSelectStatement(SelectStatement newSelectStatement)
           
 

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

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



Copyright © 2013. All Rights Reserved.