| Package | Description | 
|---|---|
| oracle.odi.domain.mapping | 
 This package contains the Oracle Data Integrator Mapping implementation. 
 | 
| oracle.odi.domain.mapping.expression | 
 Provides the expression class in Oracle Data Integrator Mapping. 
 | 
| oracle.odi.domain.mapping.physical | 
 This package contains the implementation for defining the physical aspects of Oracle Data Integrator Mapping. 
 | 
| oracle.odi.domain.mapping.properties | 
 This package contains the property classes in Oracle Data Integrator Mapping. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapAttribute
A persistent class that represents an attribute of a map connector point. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IMapExpressionOwner | 
MapExpression.getExpressionOwner()
Gets the direct owner of this expression. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MapExpression.setExpressionOwner(IMapExpressionOwner owner)
Sets the root owner for this expression. 
 | 
| Constructor and Description | 
|---|
MapExpression(IMapExpressionOwner expressionOwner,
             java.lang.String text)
Expression class constructor. 
 | 
MapExpression(IMapExpressionOwner expressionOwner,
             java.lang.String text,
             boolean parseExpression)
Expression class constructor. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapPhysicalExpression
A class representing the physical usage of an attribute expression in the
 logical graph. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Property
The property class for ODI properties. 
 |