Uses of Class
com.ibm.db.models.db2.zSeries.GBPCacheType

Packages that use GBPCacheType
com.ibm.db.models.db2.zSeries   
com.ibm.db.models.db2.zSeries.impl   
 

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

Fields in com.ibm.db.models.db2.zSeries declared as GBPCacheType
static GBPCacheType GBPCacheType.ALL_LITERAL
          The 'ALL' literal object.
static GBPCacheType GBPCacheType.CHANGED_LITERAL
          The 'CHANGED' literal object.
static GBPCacheType GBPCacheType.NONE_LITERAL
          The 'NONE' literal object.
static GBPCacheType GBPCacheType.SYSTEM_LITERAL
          The 'SYSTEM' literal object.
 

Methods in com.ibm.db.models.db2.zSeries that return GBPCacheType
static GBPCacheType GBPCacheType.get(int value)
          Returns the 'GBP Cache Type' literal with the specified integer value.
static GBPCacheType GBPCacheType.get(java.lang.String literal)
          Returns the 'GBP Cache Type' literal with the specified literal value.
static GBPCacheType GBPCacheType.getByName(java.lang.String name)
          Returns the 'GBP Cache Type' literal with the specified name.
 GBPCacheType ZSeriesPartition.getGPBCache()
          Returns the value of the 'GPB Cache' attribute.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type GBPCacheType
 void ZSeriesPartition.setGPBCache(GBPCacheType value)
          Sets the value of the 'GPB Cache' attribute.
 

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

Methods in com.ibm.db.models.db2.zSeries.impl that return GBPCacheType
 GBPCacheType ZSeriesFactoryImpl.createGBPCacheTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 GBPCacheType ZSeriesPartitionImpl.getGPBCache()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type GBPCacheType
 void ZSeriesPartitionImpl.setGPBCache(GBPCacheType newGPBCache)