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.util   
org.eclipse.datatools.sqltools.parsers.sql.xml.query   
 

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

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionParse
 XMLValueFunctionParse SQLXMLQueryParserFactory.createXMLValueFunctionParse(java.lang.String aName, int aContentOption, QueryValueExpression aValueExpr, int aWhitespaceOption)