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 SQLXMLQueryModelFactory.createXMLAttributesDeclaration()
          Returns a new object of class 'XML Attributes Declaration'.
 XMLAttributesDeclaration XMLAttributeDeclarationItem.getAttributesDecl()
          Returns the value of the 'Attributes Decl' container reference.
 XMLAttributesDeclaration XMLValueFunctionElement.getAttributesDecl()
          Returns the value of the 'Attributes Decl' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLAttributesDeclaration
 void XMLAttributeDeclarationItem.setAttributesDecl(XMLAttributesDeclaration value)
          Sets the value of the 'Attributes Decl' container reference.
 void XMLValueFunctionElement.setAttributesDecl(XMLAttributesDeclaration value)
          Sets the value of the 'Attributes Decl' containment 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 SQLXMLQueryModelFactoryImpl.createXMLAttributesDeclaration()
           
 XMLAttributesDeclaration XMLAttributeDeclarationItemImpl.getAttributesDecl()
           
 XMLAttributesDeclaration XMLValueFunctionElementImpl.getAttributesDecl()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLAttributesDeclaration
 NotificationChain XMLAttributeDeclarationItemImpl.basicSetAttributesDecl(XMLAttributesDeclaration newAttributesDecl, NotificationChain msgs)
           
 NotificationChain XMLValueFunctionElementImpl.basicSetAttributesDecl(XMLAttributesDeclaration newAttributesDecl, NotificationChain msgs)
           
 void XMLAttributeDeclarationItemImpl.setAttributesDecl(XMLAttributesDeclaration newAttributesDecl)
           
 void XMLValueFunctionElementImpl.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 © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.