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

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

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

Methods in com.ibm.db.models.db2 that return MaintenanceType
 MaintenanceType DB2MaterializedQueryTable.getMaintainedBy()
          Returns the value of the 'Maintained By' attribute.
 

Methods in com.ibm.db.models.db2 with parameters of type MaintenanceType
 void DB2MaterializedQueryTable.setMaintainedBy(MaintenanceType value)
          Sets the value of the 'Maintained By' attribute.
 

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

Methods in com.ibm.db.models.db2.impl that return MaintenanceType
 MaintenanceType DB2MaterializedQueryTableImpl.getMaintainedBy()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type MaintenanceType
 void DB2MaterializedQueryTableImpl.setMaintainedBy(MaintenanceType newMaintainedBy)
           
 

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

Fields in com.ibm.db.models.db2.luw declared as MaintenanceType
static MaintenanceType MaintenanceType.SYSTEM_LITERAL
          The 'SYSTEM' literal object.
static MaintenanceType MaintenanceType.USER_LITERAL
          The 'USER' literal object.
 

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

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

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