Uses of Class
com.ibm.db.models.db2.UnitType

Packages that use UnitType
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.impl   
com.ibm.db.models.db2.zSeries   
com.ibm.db.models.db2.zSeries.impl   
 

Uses of UnitType in com.ibm.db.models.db2
 

Fields in com.ibm.db.models.db2 declared as UnitType
static UnitType UnitType.G_LITERAL
          The 'G' literal object.
static UnitType UnitType.K_LITERAL
          The 'K' literal object.
static UnitType UnitType.M_LITERAL
          The 'M' literal object.
 

Methods in com.ibm.db.models.db2 that return UnitType
static UnitType UnitType.get(int value)
          Returns the 'Unit Type' literal with the specified integer value.
static UnitType UnitType.get(java.lang.String literal)
          Returns the 'Unit Type' literal with the specified literal value.
static UnitType UnitType.getByName(java.lang.String name)
          Returns the 'Unit Type' literal with the specified name.
 

Uses of UnitType in com.ibm.db.models.db2.impl
 

Methods in com.ibm.db.models.db2.impl that return UnitType
 UnitType DB2ModelFactoryImpl.createUnitTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

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

Methods in com.ibm.db.models.db2.luw that return UnitType
 UnitType LUWDatabaseContainer.getSizeUnits()
          Returns the value of the 'Size Units' attribute.
 

Methods in com.ibm.db.models.db2.luw with parameters of type UnitType
 void LUWDatabaseContainer.setSizeUnits(UnitType value)
          Sets the value of the 'Size Units' attribute.
 

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

Methods in com.ibm.db.models.db2.luw.impl that return UnitType
 UnitType LUWDatabaseContainerImpl.getSizeUnits()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type UnitType
 void LUWDatabaseContainerImpl.setSizeUnits(UnitType newSizeUnits)
           
 

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

Methods in com.ibm.db.models.db2.zSeries that return UnitType
 UnitType ZSeriesIndex.getPieceSizeUnits()
          Returns the value of the 'Piece Size Units' attribute.
 

Methods in com.ibm.db.models.db2.zSeries with parameters of type UnitType
 void ZSeriesIndex.setPieceSizeUnits(UnitType value)
          Sets the value of the 'Piece Size Units' attribute.
 

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

Methods in com.ibm.db.models.db2.zSeries.impl that return UnitType
 UnitType ZSeriesIndexImpl.getPieceSizeUnits()
           
 

Methods in com.ibm.db.models.db2.zSeries.impl with parameters of type UnitType
 void ZSeriesIndexImpl.setPieceSizeUnits(UnitType newPieceSizeUnits)