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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionParse
 XMLValueFunctionParse XMLValueFunctionParseContent.getValueFunctionParse()
          Returns the value of the 'Value Function Parse' container reference.
 XMLValueFunctionParse SQLXMLQueryModelFactory.createXMLValueFunctionParse()
          Returns a new object of class 'XML Value Function Parse'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionParse
 void XMLValueFunctionParseContent.setValueFunctionParse(XMLValueFunctionParse value)
          Sets the value of the 'Value Function Parse' container reference.
 

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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLValueFunctionParse
 XMLValueFunctionParse XMLValueFunctionParseContentImpl.getValueFunctionParse()
           
 XMLValueFunctionParse SQLXMLQueryModelFactoryImpl.createXMLValueFunctionParse()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionParse
 NotificationChain XMLValueFunctionParseContentImpl.basicSetValueFunctionParse(XMLValueFunctionParse newValueFunctionParse, NotificationChain msgs)
           
 void XMLValueFunctionParseContentImpl.setValueFunctionParse(XMLValueFunctionParse newValueFunctionParse)
           
 

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

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



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