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

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

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

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesStorageGroup
 ZSeriesStorageGroup ZSeriesFactory.createZSeriesStorageGroup()
          Returns a new object of class 'Storage Group'.
 ZSeriesStorageGroup ZSeriesPartition.getStorageGroup()
          Returns the value of the 'Storage Group' reference.
 ZSeriesStorageGroup ZSeriesDatabaseInstance.getStorageGroup()
          Returns the value of the 'Storage Group' reference.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesStorageGroup
 void ZSeriesPartition.setStorageGroup(ZSeriesStorageGroup value)
          Sets the value of the 'Storage Group' reference.
 void ZSeriesDatabaseInstance.setStorageGroup(ZSeriesStorageGroup value)
          Sets the value of the 'Storage Group' reference.
 

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

Classes in com.ibm.db.models.db2.zSeries.impl that implement ZSeriesStorageGroup
 class ZSeriesStorageGroupImpl
          An implementation of the model object 'Storage Group'.
 

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesStorageGroup
 ZSeriesStorageGroup ZSeriesPartitionImpl.basicGetStorageGroup()
           
 ZSeriesStorageGroup ZSeriesDatabaseInstanceImpl.basicGetStorageGroup()
           
 ZSeriesStorageGroup ZSeriesFactoryImpl.createZSeriesStorageGroup()
           
 ZSeriesStorageGroup ZSeriesPartitionImpl.getStorageGroup()
           
 ZSeriesStorageGroup ZSeriesDatabaseInstanceImpl.getStorageGroup()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesStorageGroup
 org.eclipse.emf.common.notify.NotificationChain ZSeriesDatabaseInstanceImpl.basicSetStorageGroup(ZSeriesStorageGroup newStorageGroup, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ZSeriesPartitionImpl.setStorageGroup(ZSeriesStorageGroup newStorageGroup)
           
 void ZSeriesDatabaseInstanceImpl.setStorageGroup(ZSeriesStorageGroup newStorageGroup)
           
 

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

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