Uses of Interface
org.eclipse.datatools.modelbase.dbdefinition.IndexDefinition

Packages that use IndexDefinition
org.eclipse.datatools.modelbase.dbdefinition   
org.eclipse.datatools.modelbase.dbdefinition.impl   
org.eclipse.datatools.modelbase.dbdefinition.util   
 

Uses of IndexDefinition in org.eclipse.datatools.modelbase.dbdefinition
 

Methods in org.eclipse.datatools.modelbase.dbdefinition that return IndexDefinition
 IndexDefinition DatabaseVendorDefinition.getIndexDefinition()
          Returns the value of the 'Index Definition' containment reference.
 IndexDefinition DatabaseDefinitionFactory.createIndexDefinition()
          Returns a new object of class 'Index Definition'.
 

Methods in org.eclipse.datatools.modelbase.dbdefinition with parameters of type IndexDefinition
 void DatabaseVendorDefinition.setIndexDefinition(IndexDefinition value)
          Sets the value of the 'Index Definition' containment reference.
 

Uses of IndexDefinition in org.eclipse.datatools.modelbase.dbdefinition.impl
 

Classes in org.eclipse.datatools.modelbase.dbdefinition.impl that implement IndexDefinition
 class IndexDefinitionImpl
           An implementation of the model object 'Index Definition'.
 

Methods in org.eclipse.datatools.modelbase.dbdefinition.impl that return IndexDefinition
 IndexDefinition DatabaseVendorDefinitionImpl.getIndexDefinition()
           
 IndexDefinition DatabaseDefinitionFactoryImpl.createIndexDefinition()
           
 

Methods in org.eclipse.datatools.modelbase.dbdefinition.impl with parameters of type IndexDefinition
 NotificationChain DatabaseVendorDefinitionImpl.basicSetIndexDefinition(IndexDefinition newIndexDefinition, NotificationChain msgs)
           
 void DatabaseVendorDefinitionImpl.setIndexDefinition(IndexDefinition newIndexDefinition)
           
 

Uses of IndexDefinition in org.eclipse.datatools.modelbase.dbdefinition.util
 

Methods in org.eclipse.datatools.modelbase.dbdefinition.util with parameters of type IndexDefinition
 java.lang.Object DatabaseDefinitionSwitch.caseIndexDefinition(IndexDefinition object)
          Returns the result of interpretting the object as an instance of 'Index Definition'.
 



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