Uses of Interface
org.eclipse.datatools.modelbase.sql.xml.query.XMLQueryArgumentList

Packages that use XMLQueryArgumentList
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.impl   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

Uses of XMLQueryArgumentList in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLQueryArgumentList
 XMLQueryArgumentList SQLXMLQueryModelFactory.createXMLQueryArgumentList()
          Returns a new object of class 'XML Query Argument List'.
 XMLQueryArgumentList XMLQueryArgumentItem.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' container reference.
 XMLQueryArgumentList XMLValueFunctionQuery.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' containment reference.
 XMLQueryArgumentList XMLTableFunction.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' containment reference.
 XMLQueryArgumentList XMLPredicateExists.getXqueryArgList()
          Returns the value of the 'Xquery Arg List' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLQueryArgumentList
 void XMLQueryArgumentItem.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' container reference.
 void XMLValueFunctionQuery.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' containment reference.
 void XMLTableFunction.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' containment reference.
 void XMLPredicateExists.setXqueryArgList(XMLQueryArgumentList value)
          Sets the value of the 'Xquery Arg List' containment reference.
 

Uses of XMLQueryArgumentList in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLQueryArgumentList
 class XMLQueryArgumentListImpl
          An implementation of the model object 'XML Query Argument List'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLQueryArgumentList
 XMLQueryArgumentList SQLXMLQueryModelFactoryImpl.createXMLQueryArgumentList()
           
 XMLQueryArgumentList XMLPredicateExistsImpl.getXqueryArgList()
           
 XMLQueryArgumentList XMLTableFunctionImpl.getXqueryArgList()
           
 XMLQueryArgumentList XMLQueryArgumentItemImpl.getXqueryArgList()
           
 XMLQueryArgumentList XMLValueFunctionQueryImpl.getXqueryArgList()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLQueryArgumentList
 NotificationChain XMLPredicateExistsImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 NotificationChain XMLTableFunctionImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 NotificationChain XMLQueryArgumentItemImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionQueryImpl.basicSetXqueryArgList(XMLQueryArgumentList newXqueryArgList, NotificationChain msgs)
           
 void XMLPredicateExistsImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 void XMLTableFunctionImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 void XMLQueryArgumentItemImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 void XMLValueFunctionQueryImpl.setXqueryArgList(XMLQueryArgumentList newXqueryArgList)
           
 

Uses of XMLQueryArgumentList in org.eclipse.datatools.modelbase.sql.xml.query.util
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLQueryArgumentList
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLQueryArgumentList(XMLQueryArgumentList object)
          Returns the result of interpretting the object as an instance of 'XML Query Argument List'.
 



Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.