Uses of Class
com.ibm.db.models.db2.luw.TableSpaceType

Packages that use TableSpaceType
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.impl   
 

Uses of TableSpaceType in com.ibm.db.models.db2.luw
 

Fields in com.ibm.db.models.db2.luw declared as TableSpaceType
static TableSpaceType TableSpaceType.LARGE_LITERAL
          The 'LARGE' literal object.
static TableSpaceType TableSpaceType.REGULAR_LITERAL
          The 'REGULAR' literal object.
static TableSpaceType TableSpaceType.SYSTEM_TEMP_LITERAL
          The 'SYSTEM TEMP' literal object.
static TableSpaceType TableSpaceType.USER_TEMP_LITERAL
          The 'USER TEMP' literal object.
 

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

Methods in com.ibm.db.models.db2.luw with parameters of type TableSpaceType
 void LUWTableSpace.setTablespaceType(TableSpaceType value)
          Sets the value of the 'Tablespace Type' attribute.
 

Uses of TableSpaceType in com.ibm.db.models.db2.luw.impl
 

Methods in com.ibm.db.models.db2.luw.impl that return TableSpaceType
 TableSpaceType LUWFactoryImpl.createTableSpaceTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 TableSpaceType LUWTableSpaceImpl.getTablespaceType()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type TableSpaceType
 void LUWTableSpaceImpl.setTablespaceType(TableSpaceType newTablespaceType)