Uses of Interface
org.eclipse.wst.rdb.internal.models.dbdefinition.TableDefinition

Packages that use TableDefinition
org.eclipse.wst.rdb.internal.models.dbdefinition   
org.eclipse.wst.rdb.internal.models.dbdefinition.impl   
org.eclipse.wst.rdb.internal.models.dbdefinition.util   
 

Uses of TableDefinition in org.eclipse.wst.rdb.internal.models.dbdefinition
 

Methods in org.eclipse.wst.rdb.internal.models.dbdefinition that return TableDefinition
 TableDefinition DatabaseDefinitionFactory.createTableDefinition()
          Returns a new object of class 'Table Definition'.
 TableDefinition DatabaseVendorDefinition.getTableDefinition()
          Returns the value of the 'Table Definition' containment reference.
 

Methods in org.eclipse.wst.rdb.internal.models.dbdefinition with parameters of type TableDefinition
 void DatabaseVendorDefinition.setTableDefinition(TableDefinition value)
          Sets the value of the 'Table Definition' containment reference.
 

Uses of TableDefinition in org.eclipse.wst.rdb.internal.models.dbdefinition.impl
 

Classes in org.eclipse.wst.rdb.internal.models.dbdefinition.impl that implement TableDefinition
 class TableDefinitionImpl
           An implementation of the model object 'Table Definition'.
 

Methods in org.eclipse.wst.rdb.internal.models.dbdefinition.impl that return TableDefinition
 TableDefinition DatabaseVendorDefinitionImpl.getTableDefinition()
          
 TableDefinition DatabaseDefinitionFactoryImpl.createTableDefinition()
          
 

Methods in org.eclipse.wst.rdb.internal.models.dbdefinition.impl with parameters of type TableDefinition
 org.eclipse.emf.common.notify.NotificationChain DatabaseVendorDefinitionImpl.basicSetTableDefinition(TableDefinition newTableDefinition, org.eclipse.emf.common.notify.NotificationChain msgs)
          
 void DatabaseVendorDefinitionImpl.setTableDefinition(TableDefinition newTableDefinition)
          
 

Uses of TableDefinition in org.eclipse.wst.rdb.internal.models.dbdefinition.util
 

Methods in org.eclipse.wst.rdb.internal.models.dbdefinition.util with parameters of type TableDefinition
 java.lang.Object DatabaseDefinitionSwitch.caseTableDefinition(TableDefinition object)
          Returns the result of interpretting the object as an instance of 'Table Definition'.