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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionElementContentList
 XMLValueFunctionElementContentList SQLXMLQueryModelFactory.createXMLValueFunctionElementContentList()
          Returns a new object of class 'XML Value Function Element Content List'.
 XMLValueFunctionElementContentList XMLValueFunctionElementContentItem.getElementContentList()
          Returns the value of the 'Element Content List' container reference.
 XMLValueFunctionElementContentList XMLValueFunctionElement.getElementContentList()
          Returns the value of the 'Element Content List' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionElementContentList
 void XMLValueFunctionElementContentItem.setElementContentList(XMLValueFunctionElementContentList value)
          Sets the value of the 'Element Content List' container reference.
 void XMLValueFunctionElement.setElementContentList(XMLValueFunctionElementContentList value)
          Sets the value of the 'Element Content List' containment reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionElementContentList
 XMLValueFunctionElementContentList SQLXMLQueryParserFactory.createXMLValueFucnctionElementContentList(java.util.List contentList, int nullOption)
           
 

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