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

Packages that use DataCaptureType
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
 

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

Fields in com.ibm.db.models.db2 declared as DataCaptureType
static DataCaptureType DataCaptureType.CHANGES_LITERAL
          The 'CHANGES' literal object.
static DataCaptureType DataCaptureType.NONE_LITERAL
          The 'NONE' literal object.
 

Methods in com.ibm.db.models.db2 that return DataCaptureType
static DataCaptureType DataCaptureType.get(int value)
          Returns the 'Data Capture Type' literal with the specified integer value.
static DataCaptureType DataCaptureType.get(java.lang.String literal)
          Returns the 'Data Capture Type' literal with the specified literal value.
static DataCaptureType DataCaptureType.getByName(java.lang.String name)
          Returns the 'Data Capture Type' literal with the specified name.
 DataCaptureType DB2Table.getDataCapture()
          Returns the value of the 'Data Capture' attribute.
 

Methods in com.ibm.db.models.db2 with parameters of type DataCaptureType
 void DB2Table.setDataCapture(DataCaptureType value)
          Sets the value of the 'Data Capture' attribute.
 

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

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

Methods in com.ibm.db.models.db2.impl with parameters of type DataCaptureType
 void DB2TableImpl.setDataCapture(DataCaptureType newDataCapture)