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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionDocumentContent
 XMLValueFunctionDocumentContent XMLValueFunctionDocument.getDocumentContent()
          Returns the value of the 'Document Content' containment reference.
 XMLValueFunctionDocumentContent SQLXMLQueryModelFactory.createXMLValueFunctionDocumentContent()
          Returns a new object of class 'XML Value Function Document Content'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionDocumentContent
 void XMLValueFunctionDocument.setDocumentContent(XMLValueFunctionDocumentContent value)
          Sets the value of the 'Document Content' containment reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLValueFunctionDocumentContent
 class XMLValueFunctionDocumentContentImpl
           An implementation of the model object 'XML Value Function Document Content'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLValueFunctionDocumentContent
 XMLValueFunctionDocumentContent XMLValueFunctionDocumentImpl.getDocumentContent()
           
 XMLValueFunctionDocumentContent SQLXMLQueryModelFactoryImpl.createXMLValueFunctionDocumentContent()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionDocumentContent
 NotificationChain XMLValueFunctionDocumentImpl.basicSetDocumentContent(XMLValueFunctionDocumentContent newDocumentContent, NotificationChain msgs)
           
 void XMLValueFunctionDocumentImpl.setDocumentContent(XMLValueFunctionDocumentContent newDocumentContent)
           
 

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

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



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