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

Packages that use QueryOperation
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   
org.openxma.dsl.dom.validation   
 

Uses of QueryOperation in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return QueryOperation
 QueryOperation DomFactory.createQueryOperation()
          Returns a new object of class 'Query Operation'.
 

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

Methods in org.openxma.dsl.dom.model that return types with arguments of type QueryOperation
 org.eclipse.emf.common.util.EList<QueryOperation> Dao.getQueryOperation()
          Returns the value of the 'Query Operation' containment reference list.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement QueryOperation
 class QueryOperationImpl
          An implementation of the model object 'Query Operation'.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type QueryOperation
protected  org.eclipse.emf.common.util.EList<QueryOperation> DaoImpl.queryOperation
          The cached value of the 'Query Operation' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return QueryOperation
 QueryOperation DomFactoryImpl.createQueryOperation()
           
 

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

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

Methods in org.openxma.dsl.dom.scoping with parameters of type QueryOperation
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_QueryParameter_attribute(QueryOperation queryOperation, org.eclipse.emf.ecore.EReference reference)
           
 

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

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

Uses of QueryOperation in org.openxma.dsl.dom.validation
 

Methods in org.openxma.dsl.dom.validation with parameters of type QueryOperation
 void DomDslJavaValidator.checkCallableStatement(QueryOperation queryOperation)
           
 void DomDslJavaValidator.checkDuplicateQueryOperations(QueryOperation theOperation)
           
 void DomDslJavaValidator.checkType(QueryOperation queryOperation)
           
 void DomDslJavaValidator.checkUnusedQueryParameter(QueryOperation queryOperation)
           
 



Copyright © 2013. All Rights Reserved.