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

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

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

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

Subinterfaces of QueryParameter in org.openxma.dsl.dom.model
 interface Parameter
          A representation of the model object 'Parameter'.
 

Methods in org.openxma.dsl.dom.model that return QueryParameter
 QueryParameter CallInputParameter.getParameter()
          Returns the value of the 'Parameter' reference.
 

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

Methods in org.openxma.dsl.dom.model with parameters of type QueryParameter
 void CallInputParameter.setParameter(QueryParameter value)
          Sets the value of the 'Parameter' reference.
 

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

Classes in org.openxma.dsl.dom.model.impl that implement QueryParameter
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 class QueryParameterImpl
          An implementation of the model object 'Query Parameter'.
 

Fields in org.openxma.dsl.dom.model.impl declared as QueryParameter
protected  QueryParameter CallInputParameterImpl.parameter
          The cached value of the 'Parameter' reference.
 

Fields in org.openxma.dsl.dom.model.impl with type parameters of type QueryParameter
protected  org.eclipse.emf.common.util.EList<QueryParameter> QueryOperationImpl.queryParameters
          The cached value of the 'Query Parameters' containment reference list.
 

Methods in org.openxma.dsl.dom.model.impl that return QueryParameter
 QueryParameter CallInputParameterImpl.basicGetParameter()
           
 QueryParameter DomFactoryImpl.createQueryParameter()
           
 QueryParameter CallInputParameterImpl.getParameter()
           
 

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

Methods in org.openxma.dsl.dom.model.impl with parameters of type QueryParameter
 void CallInputParameterImpl.setParameter(QueryParameter newParameter)
           
 

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

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

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

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



Copyright © 2013. All Rights Reserved.