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

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query that return XMLTableColumnDefinitionRegular
 XMLTableColumnDefinitionRegular XMLTableColumnDefinitionDefault.getColumnDefinitionRegular()
          Returns the value of the 'Column Definition Regular' container reference.
 XMLTableColumnDefinitionRegular SQLXMLQueryModelFactory.createXMLTableColumnDefinitionRegular()
          Returns a new object of class 'XML Table Column Definition Regular'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query with parameters of type XMLTableColumnDefinitionRegular
 void XMLTableColumnDefinitionDefault.setColumnDefinitionRegular(XMLTableColumnDefinitionRegular value)
          Sets the value of the 'Column Definition Regular' container reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.xml.query.impl that implement XMLTableColumnDefinitionRegular
 class XMLTableColumnDefinitionRegularImpl
           An implementation of the model object 'XML Table Column Definition Regular'.
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl that return XMLTableColumnDefinitionRegular
 XMLTableColumnDefinitionRegular XMLTableColumnDefinitionDefaultImpl.getColumnDefinitionRegular()
           
 XMLTableColumnDefinitionRegular SQLXMLQueryModelFactoryImpl.createXMLTableColumnDefinitionRegular()
           
 

Methods in org.eclipse.datatools.modelbase.sql.xml.query.impl with parameters of type XMLTableColumnDefinitionRegular
 NotificationChain XMLTableColumnDefinitionDefaultImpl.basicSetColumnDefinitionRegular(XMLTableColumnDefinitionRegular newColumnDefinitionRegular, NotificationChain msgs)
           
 void XMLTableColumnDefinitionDefaultImpl.setColumnDefinitionRegular(XMLTableColumnDefinitionRegular newColumnDefinitionRegular)
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.xml.query.util with parameters of type XMLTableColumnDefinitionRegular
 java.lang.Object SQLXMLQueryModelSwitch.caseXMLTableColumnDefinitionRegular(XMLTableColumnDefinitionRegular object)
          Returns the result of interpretting the object as an instance of 'XML Table Column Definition Regular'.
 



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