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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLValueFunctionElement
 XMLValueFunctionElement XMLValueFunctionElementContentList.getValueFunctionElement()
          Returns the value of the 'Value Function Element' container reference.
 XMLValueFunctionElement XMLNamespacesDeclaration.getValueFunctionElement()
          Returns the value of the 'Value Function Element' container reference.
 XMLValueFunctionElement XMLAttributesDeclaration.getValueFunctionElement()
          Returns the value of the 'Value Function Element' container reference.
 XMLValueFunctionElement SQLXMLQueryModelFactory.createXMLValueFunctionElement()
          Returns a new object of class 'XML Value Function Element'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionElement
 void XMLValueFunctionElementContentList.setValueFunctionElement(XMLValueFunctionElement value)
          Sets the value of the 'Value Function Element' container reference.
 void XMLNamespacesDeclaration.setValueFunctionElement(XMLValueFunctionElement value)
          Sets the value of the 'Value Function Element' container reference.
 void XMLAttributesDeclaration.setValueFunctionElement(XMLValueFunctionElement value)
          Sets the value of the 'Value Function Element' container reference.
 

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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLValueFunctionElement
 XMLValueFunctionElement XMLValueFunctionElementContentListImpl.getValueFunctionElement()
           
 XMLValueFunctionElement XMLNamespacesDeclarationImpl.getValueFunctionElement()
           
 XMLValueFunctionElement XMLAttributesDeclarationImpl.getValueFunctionElement()
           
 XMLValueFunctionElement SQLXMLQueryModelFactoryImpl.createXMLValueFunctionElement()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionElement
 NotificationChain XMLValueFunctionElementContentListImpl.basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement, NotificationChain msgs)
           
 void XMLValueFunctionElementContentListImpl.setValueFunctionElement(XMLValueFunctionElement newValueFunctionElement)
           
 NotificationChain XMLNamespacesDeclarationImpl.basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement, NotificationChain msgs)
           
 void XMLNamespacesDeclarationImpl.setValueFunctionElement(XMLValueFunctionElement newValueFunctionElement)
           
 NotificationChain XMLAttributesDeclarationImpl.basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement, NotificationChain msgs)
           
 void XMLAttributesDeclarationImpl.setValueFunctionElement(XMLValueFunctionElement newValueFunctionElement)
           
 

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

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



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