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

Packages that use XMLAggregateFunction
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 XMLAggregateFunction in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLAggregateFunction
 XMLAggregateFunction XMLAggregateSortSpecification.getAggregateFunction()
          Returns the value of the 'Aggregate Function' container reference.
 XMLAggregateFunction SQLXMLQueryModelFactory.createXMLAggregateFunction()
          Returns a new object of class 'XML Aggregate Function'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLAggregateFunction
 void XMLAggregateSortSpecification.setAggregateFunction(XMLAggregateFunction value)
          Sets the value of the 'Aggregate Function' container reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLAggregateFunction
 class XMLAggregateFunctionImpl
           An implementation of the model object 'XML Aggregate Function'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLAggregateFunction
 XMLAggregateFunction XMLAggregateSortSpecificationImpl.getAggregateFunction()
           
 XMLAggregateFunction SQLXMLQueryModelFactoryImpl.createXMLAggregateFunction()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLAggregateFunction
 NotificationChain XMLAggregateSortSpecificationImpl.basicSetAggregateFunction(XMLAggregateFunction newAggregateFunction, NotificationChain msgs)
           
 void XMLAggregateSortSpecificationImpl.setAggregateFunction(XMLAggregateFunction newAggregateFunction)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLAggregateFunction
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLAggregateFunction(XMLAggregateFunction object)
          Returns the result of interpretting the object as an instance of 'XML Aggregate Function'.
 



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