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

Packages that use RefreshType
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 RefreshType in com.ibm.db.models.db2
 

Methods in com.ibm.db.models.db2 that return RefreshType
 RefreshType DB2MaterializedQueryTable.getRefresh()
          Returns the value of the 'Refresh' attribute.
 

Methods in com.ibm.db.models.db2 with parameters of type RefreshType
 void DB2MaterializedQueryTable.setRefresh(RefreshType value)
          Sets the value of the 'Refresh' attribute.
 

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

Methods in com.ibm.db.models.db2.impl that return RefreshType
 RefreshType DB2MaterializedQueryTableImpl.getRefresh()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type RefreshType
 void DB2MaterializedQueryTableImpl.setRefresh(RefreshType newRefresh)
           
 

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

Fields in com.ibm.db.models.db2.luw declared as RefreshType
static RefreshType RefreshType.DEFERRED_LITERAL
          The 'DEFERRED' literal object.
static RefreshType RefreshType.IMMEDIATE_LITERAL
          The 'IMMEDIATE' literal object.
 

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

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

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