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

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

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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionComment
 void XMLValueFunctionCommentContent.setValueFunctionComment(XMLValueFunctionComment value)
          Sets the value of the 'Value Function Comment' container reference.
 

Uses of XMLValueFunctionComment in org.eclipse.datatools.modelbase.sql.xml.query.impl
 

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLValueFunctionComment
 class XMLValueFunctionCommentImpl
           An implementation of the model object 'XML Value Function Comment'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLValueFunctionComment
 XMLValueFunctionComment XMLValueFunctionCommentContentImpl.getValueFunctionComment()
           
 XMLValueFunctionComment SQLXMLQueryModelFactoryImpl.createXMLValueFunctionComment()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionComment
 NotificationChain XMLValueFunctionCommentContentImpl.basicSetValueFunctionComment(XMLValueFunctionComment newValueFunctionComment, NotificationChain msgs)
           
 void XMLValueFunctionCommentContentImpl.setValueFunctionComment(XMLValueFunctionComment newValueFunctionComment)
           
 

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

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



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.