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

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

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

Fields in com.ibm.db.models.db2.luw declared as ManagementType
static ManagementType ManagementType.AUTOMATIC_STORAGE_LITERAL
          The 'AUTOMATIC STORAGE' literal object.
static ManagementType ManagementType.DATABASE_MANAGED_LITERAL
          The 'DATABASE MANAGED' literal object.
static ManagementType ManagementType.SYSTEM_MANAGED_LITERAL
          The 'SYSTEM MANAGED' literal object.
 

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

Methods in com.ibm.db.models.db2.luw with parameters of type ManagementType
 void LUWTableSpace.setManagementType(ManagementType value)
          Sets the value of the 'Management Type' attribute.
 

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

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

Methods in com.ibm.db.models.db2.luw.impl with parameters of type ManagementType
 void LUWTableSpaceImpl.setManagementType(ManagementType newManagementType)