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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionValidateElementName
 XMLValueFunctionValidateElementName SQLXMLQueryModelFactory.createXMLValueFunctionValidateElementName()
          Returns a new object of class 'XML Value Function Validate Element Name'.
 XMLValueFunctionValidateElementName XMLValueFunctionValidateElement.getValidateElementName()
          Returns the value of the 'Validate Element Name' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionValidateElementName
 void XMLValueFunctionValidateElement.setValidateElementName(XMLValueFunctionValidateElementName value)
          Sets the value of the 'Validate Element Name' containment reference.
 

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

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

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

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query that return XMLValueFunctionValidateElementName
 XMLValueFunctionValidateElementName SQLXMLQueryParserFactory.createXMLValueFunctionValidateElementName(java.lang.String name)
           
 

Methods in org.eclipse.datatools.sqltools.parsers.sql.xml.query with parameters of type XMLValueFunctionValidateElementName
 XMLValueFunctionValidateElement SQLXMLQueryParserFactory.createXMLValueFunctionValidateElement(XMLValueFunctionValidateElementNamespace namespace, XMLValueFunctionValidateElementName name)