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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLAttributesDeclaration
 XMLAttributesDeclaration XMLValueFunctionElement.getAttributesDecl()
          Returns the value of the 'Attributes Decl' containment reference.
 XMLAttributesDeclaration XMLAttributeDeclarationItem.getAttributesDecl()
          Returns the value of the 'Attributes Decl' container reference.
 XMLAttributesDeclaration SQLXMLQueryModelFactory.createXMLAttributesDeclaration()
          Returns a new object of class 'XML Attributes Declaration'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLAttributesDeclaration
 void XMLValueFunctionElement.setAttributesDecl(XMLAttributesDeclaration value)
          Sets the value of the 'Attributes Decl' containment reference.
 void XMLAttributeDeclarationItem.setAttributesDecl(XMLAttributesDeclaration value)
          Sets the value of the 'Attributes Decl' container reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLAttributesDeclaration
 class XMLAttributesDeclarationImpl
           An implementation of the model object 'XML Attributes Declaration'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLAttributesDeclaration
 XMLAttributesDeclaration XMLValueFunctionElementImpl.getAttributesDecl()
           
 XMLAttributesDeclaration XMLAttributeDeclarationItemImpl.getAttributesDecl()
           
 XMLAttributesDeclaration SQLXMLQueryModelFactoryImpl.createXMLAttributesDeclaration()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLAttributesDeclaration
 NotificationChain XMLValueFunctionElementImpl.basicSetAttributesDecl(XMLAttributesDeclaration newAttributesDecl, NotificationChain msgs)
           
 void XMLValueFunctionElementImpl.setAttributesDecl(XMLAttributesDeclaration newAttributesDecl)
           
 NotificationChain XMLAttributeDeclarationItemImpl.basicSetAttributesDecl(XMLAttributesDeclaration newAttributesDecl, NotificationChain msgs)
           
 void XMLAttributeDeclarationItemImpl.setAttributesDecl(XMLAttributesDeclaration newAttributesDecl)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLAttributesDeclaration
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLAttributesDeclaration(XMLAttributesDeclaration object)
          Returns the result of interpretting the object as an instance of 'XML Attributes Declaration'.
 



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