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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionForest
 XMLValueFunctionForest SQLXMLQueryModelFactory.createXMLValueFunctionForest()
          Returns a new object of class 'XML Value Function Forest'.
 XMLValueFunctionForest XMLValueFunctionForestContentItem.getValueFunctionForest()
          Returns the value of the 'Value Function Forest' container reference.
 XMLValueFunctionForest XMLNamespacesDeclaration.getValueFunctionForest()
          Returns the value of the 'Value Function Forest' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionForest
 void XMLValueFunctionForestContentItem.setValueFunctionForest(XMLValueFunctionForest value)
          Sets the value of the 'Value Function Forest' container reference.
 void XMLNamespacesDeclaration.setValueFunctionForest(XMLValueFunctionForest value)
          Sets the value of the 'Value Function Forest' container reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLValueFunctionForest
 class XMLValueFunctionForestImpl
          An implementation of the model object 'XML Value Function Forest'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLValueFunctionForest
 XMLValueFunctionForest SQLXMLQueryModelFactoryImpl.createXMLValueFunctionForest()
           
 XMLValueFunctionForest XMLValueFunctionForestContentItemImpl.getValueFunctionForest()
           
 XMLValueFunctionForest XMLNamespacesDeclarationImpl.getValueFunctionForest()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionForest
 NotificationChain XMLValueFunctionForestContentItemImpl.basicSetValueFunctionForest(XMLValueFunctionForest newValueFunctionForest, NotificationChain msgs)
           
 NotificationChain XMLNamespacesDeclarationImpl.basicSetValueFunctionForest(XMLValueFunctionForest newValueFunctionForest, NotificationChain msgs)
           
 void XMLValueFunctionForestContentItemImpl.setValueFunctionForest(XMLValueFunctionForest newValueFunctionForest)
           
 void XMLNamespacesDeclarationImpl.setValueFunctionForest(XMLValueFunctionForest newValueFunctionForest)
           
 

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

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



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