| Package | Description | 
|---|---|
| oracle.odi.domain.model | This package contains the Oracle Data Integrator Data Model domain implementation. | 
| Modifier and Type | Field and Description | 
|---|---|
| static OdiModel.ReverseType | OdiModel.ReverseType. CUSTOMIZEDUses a procedure, the Reverse Knowledge Module (RKM), to extract the metadata 
 for a specific type of application and to store them in the Repository. | 
| static OdiModel.ReverseType | OdiModel.ReverseType. STANDARDUses the capacities of the driver (JDBC, ODBC, etc.) to retrieve the metadata 
 and store them in the Repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| OdiModel.ReverseType | OdiModel. getReverseType()Get the reverse type of this  OdiModelinstance. | 
| static OdiModel.ReverseType | OdiModel.ReverseType. valueOf(java.lang.String name) | 
| static OdiModel.ReverseType[] | OdiModel.ReverseType. values() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OdiModel. setReverseType(OdiModel.ReverseType pReverseType)Set the reverse type to be applied to this  OdiModelinstance. |