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

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

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

Fields in com.ibm.db.models.db2.zSeries declared as ZSeriesTableSpaceType
static ZSeriesTableSpaceType ZSeriesTableSpaceType.BLANK_LITERAL
          The 'BLANK' literal object.
static ZSeriesTableSpaceType ZSeriesTableSpaceType.LARGE_LITERAL
          The 'LARGE' literal object.
static ZSeriesTableSpaceType ZSeriesTableSpaceType.LOB_LITERAL
          The 'LOB' literal object.
 

Methods in com.ibm.db.models.db2.zSeries that return ZSeriesTableSpaceType
static ZSeriesTableSpaceType ZSeriesTableSpaceType.get(int value)
          Returns the 'Table Space Type' literal with the specified integer value.
static ZSeriesTableSpaceType ZSeriesTableSpaceType.get(java.lang.String literal)
          Returns the 'Table Space Type' literal with the specified literal value.
static ZSeriesTableSpaceType ZSeriesTableSpaceType.getByName(java.lang.String name)
          Returns the 'Table Space Type' literal with the specified name.
 ZSeriesTableSpaceType ZSeriesTableSpace.getTablespaceType()
          Returns the value of the 'Tablespace Type' attribute.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type ZSeriesTableSpaceType
 void ZSeriesTableSpace.setTablespaceType(ZSeriesTableSpaceType value)
          Sets the value of the 'Tablespace Type' attribute.
 

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

Methods in com.ibm.db.models.db2.zSeries.impl that return ZSeriesTableSpaceType
 ZSeriesTableSpaceType ZSeriesFactoryImpl.createZSeriesTableSpaceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ZSeriesTableSpaceType ZSeriesTableSpaceImpl.getTablespaceType()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type ZSeriesTableSpaceType
 void ZSeriesTableSpaceImpl.setTablespaceType(ZSeriesTableSpaceType newTablespaceType)