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 SQLXMLQueryModelFactory.createXMLValueFunctionElement()
          Returns a new object of class 'XML Value Function Element'.
 XMLValueFunctionElement XMLAttributesDeclaration.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 XMLValueFunctionElementContentList.getValueFunctionElement()
          Returns the value of the 'Value Function Element' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLValueFunctionElement
 void XMLAttributesDeclaration.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 XMLValueFunctionElementContentList.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 SQLXMLQueryModelFactoryImpl.createXMLValueFunctionElement()
           
 XMLValueFunctionElement XMLNamespacesDeclarationImpl.getValueFunctionElement()
           
 XMLValueFunctionElement XMLValueFunctionElementContentListImpl.getValueFunctionElement()
           
 XMLValueFunctionElement XMLAttributesDeclarationImpl.getValueFunctionElement()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLValueFunctionElement
 NotificationChain XMLNamespacesDeclarationImpl.basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionElementContentListImpl.basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement, NotificationChain msgs)
           
 NotificationChain XMLAttributesDeclarationImpl.basicSetValueFunctionElement(XMLValueFunctionElement newValueFunctionElement, NotificationChain msgs)
           
 void XMLNamespacesDeclarationImpl.setValueFunctionElement(XMLValueFunctionElement newValueFunctionElement)
           
 void XMLValueFunctionElementContentListImpl.setValueFunctionElement(XMLValueFunctionElement newValueFunctionElement)
           
 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 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.