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

Packages that use XMLValueFunctionElement
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
org.eclipse.datatools.sqltools.parsers.sql.xml.query   
 

Uses of XMLValueFunctionElement in org.eclipse.datatools.modelbase.sql.xml.query
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionElement
 XMLValueFunctionElement SQLXMLQueryModelFactory.createXMLValueFunctionElement()
          Returns a new object of class 'XML Value Function Element'.
 XMLValueFunctionElement XMLAttributesDeclaration.getValueFunctionElement()
          Returns the value of the 'Value Function Element' container reference.
 XMLValueFunctionElement XMLValueFunctionElementContentList.getValueFunctionElement()
          Returns the value of the 'Value Function Element' container reference.
 XMLValueFunctionElement XMLNamespacesDeclaration.getValueFunctionElement()
          Returns the value of the 'Value Function Element' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionElement
 void XMLAttributesDeclaration.setValueFunctionElement(XMLValueFunctionElement value)
          Sets the value of the 'Value Function Element' container reference.
 void XMLValueFunctionElementContentList.setValueFunctionElement(XMLValueFunctionElement value)
          Sets the value of the 'Value Function Element' container reference.
 void XMLNamespacesDeclaration.setValueFunctionElement(XMLValueFunctionElement value)
          Sets the value of the 'Value Function Element' container reference.
 

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

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

Uses of XMLValueFunctionElement in org.eclipse.datatools.sqltools.parsers.sql.xml.query
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionElement
 XMLValueFunctionElement SQLXMLQueryParserFactory.createXMLValueFucntionElement(java.lang.String afunctionName, java.lang.String aElementName, XMLNamespacesDeclaration namespaceDecl, XMLAttributesDeclaration aAttributesDeclaration, XMLValueFunctionElementContentList aContent, int aReturningOption)