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

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

Uses of QueryParameterReference in org.openxma.dsl.dom
 

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

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

Subinterfaces of QueryParameterReference in org.openxma.dsl.dom.model
 interface Attribute
          A representation of the model object 'Attribute'.
 interface IElementWithNoName
          A representation of the model object 'IElement With No Name'.
 interface Parameter
          A representation of the model object 'Parameter'.
 

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

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

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

Classes in org.openxma.dsl.dom.model.impl that implement QueryParameterReference
 class AttributeImpl
          An implementation of the model object ' Attribute'.
 class IElementWithNoNameImpl
          An implementation of the model object 'IElement With No Name'.
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 class QueryParameterReferenceImpl
          An implementation of the model object 'Query Parameter Reference'.
 

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

Methods in org.openxma.dsl.dom.model.impl that return QueryParameterReference
 QueryParameterReference QueryParameterValueImpl.basicGetParameter()
           
 QueryParameterReference DomFactoryImpl.createQueryParameterReference()
           
 QueryParameterReference QueryParameterValueImpl.getParameter()
           
 

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

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

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



Copyright © 2013. All Rights Reserved.