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

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

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

Fields in com.ibm.db.models.db2.luw declared as LUWContainerType
static LUWContainerType LUWContainerType.DEVICE_LITERAL
          The 'DEVICE' literal object.
static LUWContainerType LUWContainerType.DIRECTORY_LITERAL
          The 'DIRECTORY' literal object.
static LUWContainerType LUWContainerType.FILE_LITERAL
          The 'FILE' literal object.
 

Methods in com.ibm.db.models.db2.luw that return LUWContainerType
static LUWContainerType LUWContainerType.get(int value)
          Returns the 'Container Type' literal with the specified integer value.
static LUWContainerType LUWContainerType.get(java.lang.String literal)
          Returns the 'Container Type' literal with the specified literal value.
static LUWContainerType LUWContainerType.getByName(java.lang.String name)
          Returns the 'Container Type' literal with the specified name.
 LUWContainerType LUWDatabaseContainer.getContainerType()
          Returns the value of the 'Container Type' attribute.
 

Methods in com.ibm.db.models.db2.luw with parameters of type LUWContainerType
 void LUWDatabaseContainer.setContainerType(LUWContainerType value)
          Sets the value of the 'Container Type' attribute.
 

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

Methods in com.ibm.db.models.db2.luw.impl that return LUWContainerType
 LUWContainerType LUWFactoryImpl.createLUWContainerTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LUWContainerType LUWDatabaseContainerImpl.getContainerType()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWContainerType
 void LUWDatabaseContainerImpl.setContainerType(LUWContainerType newContainerType)