Uses of Interface
com.ibm.db.models.db2.zSeries.ZSeriesIndex

Packages that use ZSeriesIndex
com.ibm.db.models.db2.zSeries   
com.ibm.db.models.db2.zSeries.impl   
com.ibm.db.models.db2.zSeries.util   
 

Uses of ZSeriesIndex in com.ibm.db.models.db2.zSeries
 

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesIndex
 ZSeriesIndex ZSeriesFactory.createZSeriesIndex()
          Returns a new object of class 'Index'.
 ZSeriesIndex ZSeriesPartition.getIndex()
          Returns the value of the 'Index' container reference.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesIndex
 void ZSeriesPartition.setIndex(ZSeriesIndex value)
          Sets the value of the 'Index' container reference.
 

Uses of ZSeriesIndex in com.ibm.db.models.db2.zSeries.impl
 

Classes in com.ibm.db.models.db2.zSeries.impl that implement ZSeriesIndex
 class ZSeriesIndexImpl
          An implementation of the model object 'Index'.
 

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesIndex
 ZSeriesIndex ZSeriesFactoryImpl.createZSeriesIndex()
           
 ZSeriesIndex ZSeriesPartitionImpl.getIndex()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesIndex
 org.eclipse.emf.common.notify.NotificationChain ZSeriesPartitionImpl.basicSetIndex(ZSeriesIndex newIndex, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ZSeriesPartitionImpl.setIndex(ZSeriesIndex newIndex)
           
 

Uses of ZSeriesIndex in com.ibm.db.models.db2.zSeries.util
 

Methods in com.ibm.db.models.db2.zSeries.util with parameters of type ZSeriesIndex
 java.lang.Object ZSeriesSwitch.caseZSeriesIndex(ZSeriesIndex object)
          Returns the result of interpretting the object as an instance of 'Index'.