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

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

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

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesVCAT
 ZSeriesVCAT ZSeriesFactory.createZSeriesVCAT()
          Returns a new object of class 'VCAT'.
 ZSeriesVCAT ZSeriesStorageGroup.getVcat()
          Returns the value of the 'Vcat' reference.
 ZSeriesVCAT ZSeriesPartition.getVcat()
          Returns the value of the 'Vcat' reference.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesVCAT
 void ZSeriesStorageGroup.setVcat(ZSeriesVCAT value)
          Sets the value of the 'Vcat' reference.
 void ZSeriesPartition.setVcat(ZSeriesVCAT value)
          Sets the value of the 'Vcat' reference.
 

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

Classes in com.ibm.db.models.db2.zSeries.impl that implement ZSeriesVCAT
 class ZSeriesVCATImpl
          An implementation of the model object 'VCAT'.
 

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesVCAT
 ZSeriesVCAT ZSeriesStorageGroupImpl.basicGetVcat()
           
 ZSeriesVCAT ZSeriesPartitionImpl.basicGetVcat()
           
 ZSeriesVCAT ZSeriesFactoryImpl.createZSeriesVCAT()
           
 ZSeriesVCAT ZSeriesStorageGroupImpl.getVcat()
           
 ZSeriesVCAT ZSeriesPartitionImpl.getVcat()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesVCAT
 void ZSeriesStorageGroupImpl.setVcat(ZSeriesVCAT newVcat)
           
 void ZSeriesPartitionImpl.setVcat(ZSeriesVCAT newVcat)
           
 

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

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