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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionValidate
 XMLValueFunctionValidate SQLXMLQueryModelFactory.createXMLValueFunctionValidate()
          Returns a new object of class 'XML Value Function Validate'.
 XMLValueFunctionValidate XMLValueFunctionValidateAccordingTo.getValueFunctionValidate()
          Returns the value of the 'Value Function Validate' container reference.
 XMLValueFunctionValidate XMLValueFunctionValidateContent.getValueFunctionValidate()
          Returns the value of the 'Value Function Validate' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionValidate
 void XMLValueFunctionValidateAccordingTo.setValueFunctionValidate(XMLValueFunctionValidate value)
          Sets the value of the 'Value Function Validate' container reference.
 void XMLValueFunctionValidateContent.setValueFunctionValidate(XMLValueFunctionValidate value)
          Sets the value of the 'Value Function Validate' container reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionValidate
 XMLValueFunctionValidate SQLXMLQueryParserFactory.createXMLValueFunctionValidate(java.lang.String name, int contentOption, QueryValueExpression expr, XMLValueFunctionValidateAccordingTo validAccordingTo)