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.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 SQLXMLQueryModelFactory.createXMLValueFunctionDocumentContent()
          Returns a new object of class 'XML Value Function Document Content'.
 XMLValueFunctionDocumentContent XMLValueFunctionDocument.getDocumentContent()
          Returns the value of the 'Document Content' containment reference.
 

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.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 interpreting the object as an instance of 'XML Value Function Document Content'.