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

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

Uses of QueryParameterValue in org.openxma.dsl.dom
 

Methods in org.openxma.dsl.dom that return QueryParameterValue
 QueryParameterValue DomFactory.createQueryParameterValue()
          Returns a new object of class 'Query Parameter Value'.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement QueryParameterValue
 class QueryParameterValueImpl
          An implementation of the model object 'Query Parameter Value'.
 

Methods in org.openxma.dsl.dom.model.impl that return QueryParameterValue
 QueryParameterValue DomFactoryImpl.createQueryParameterValue()
           
 

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

Methods in org.openxma.dsl.dom.scoping with parameters of type QueryParameterValue
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_QueryParameterValue_attribute(QueryParameterValue queryParameterValue, org.eclipse.emf.ecore.EReference reference)
           
 org.eclipse.xtext.scoping.IScope DomDslScopeProvider.scope_QueryParameterValue_parameter(QueryParameterValue queryParameterValue, org.eclipse.emf.ecore.EReference reference)
           
 

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

Methods in org.openxma.dsl.dom.util with parameters of type QueryParameterValue
 T DomSwitch.caseQueryParameterValue(QueryParameterValue object)
          Returns the result of interpreting the object as an instance of 'Query Parameter Value'.
 



Copyright © 2013. All Rights Reserved.