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

Packages that use XMLValueFunctionCommentContent
org.eclipse.datatools.modelbase.sql.xml.query   
org.eclipse.datatools.modelbase.sql.xml.query.util   
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionCommentContent
 XMLValueFunctionCommentContent SQLXMLQueryModelFactory.createXMLValueFunctionCommentContent()
          Returns a new object of class 'XML Value Function Comment Content'.
 XMLValueFunctionCommentContent XMLValueFunctionComment.getCommentContent()
          Returns the value of the 'Comment Content' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionCommentContent
 void XMLValueFunctionComment.setCommentContent(XMLValueFunctionCommentContent value)
          Sets the value of the 'Comment Content' containment reference.
 

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

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