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

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

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

Fields in com.ibm.db.models.db2.zSeries declared as ZSeriesDatabaseType
static ZSeriesDatabaseType ZSeriesDatabaseType.REGULAR_LITERAL
          The 'REGULAR' literal object.
static ZSeriesDatabaseType ZSeriesDatabaseType.TEMP_LITERAL
          The 'TEMP' literal object.
static ZSeriesDatabaseType ZSeriesDatabaseType.WORKFILE_LITERAL
          The 'WORKFILE' literal object.
 

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesDatabaseType
static ZSeriesDatabaseType ZSeriesDatabaseType.get(int value)
          Returns the 'Database Type' literal with the specified integer value.
static ZSeriesDatabaseType ZSeriesDatabaseType.get(java.lang.String literal)
          Returns the 'Database Type' literal with the specified literal value.
static ZSeriesDatabaseType ZSeriesDatabaseType.getByName(java.lang.String name)
          Returns the 'Database Type' literal with the specified name.
 ZSeriesDatabaseType ZSeriesDatabaseInstance.getDatabaseType()
          Returns the value of the 'Database Type' attribute.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesDatabaseType
 void ZSeriesDatabaseInstance.setDatabaseType(ZSeriesDatabaseType value)
          Sets the value of the 'Database Type' attribute.
 

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

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesDatabaseType
 ZSeriesDatabaseType ZSeriesFactoryImpl.createZSeriesDatabaseTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ZSeriesDatabaseType ZSeriesDatabaseInstanceImpl.getDatabaseType()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesDatabaseType
 void ZSeriesDatabaseInstanceImpl.setDatabaseType(ZSeriesDatabaseType newDatabaseType)