|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.basic.MappingDefinition
public class MappingDefinition
This class can be used to define a target mapping, including the expression, description and its execution location.
| Constructor Summary | |
|---|---|
MappingDefinition(java.lang.String pColumnName, java.lang.String pMapping)Creates a mapping definition with only a mapping. |
|
MappingDefinition(java.lang.String pColumnName, java.lang.String pMapping, OdiInterface.ExecutionLocation pExecutionLocation)Creates a mapping definition with only a mapping and execution location. |
|
MappingDefinition(java.lang.String pColumnName, java.lang.String pMapping, java.lang.String pDescription)Creates a mapping definition with a description. |
|
MappingDefinition(java.lang.String pColumnName, java.lang.String pMapping, java.lang.String pDescription, OdiInterface.ExecutionLocation pExecutionLocation)Creates a mapping definition with a description and execution location. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObj) |
java.lang.String |
getColumnName()Returns the column name for this mapping. |
java.lang.String |
getDescription()Returns the description for this mapping. |
OdiInterface.ExecutionLocation |
getExecutionLocation()Returns the execution location for this mapping. |
java.lang.String |
getSQLText()Returns the SQL expression for this mapping. |
int |
hashCode() |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MappingDefinition(java.lang.String pColumnName,
java.lang.String pMapping,
java.lang.String pDescription)
pColumnName - The column name. Must not be null.pMapping - The desired mapping expression.pDescription - The description of the mapping.
public MappingDefinition(java.lang.String pColumnName,
java.lang.String pMapping)
pColumnName - The column name. Must not be null.pMapping - The desired mapping expression.
public MappingDefinition(java.lang.String pColumnName,
java.lang.String pMapping,
OdiInterface.ExecutionLocation pExecutionLocation)
pColumnName - The column name. Must not be null.pMapping - The desired mapping expression.pExecutionLocation - The desired execution location for the mapping. Must not be null
public MappingDefinition(java.lang.String pColumnName,
java.lang.String pMapping,
java.lang.String pDescription,
OdiInterface.ExecutionLocation pExecutionLocation)
pColumnName - The column name. Must not be null.pMapping - The desired mapping expression.pDescription - The description of the mapping.pExecutionLocation - The desired execution location for the mapping. Must not be null| Method Detail |
|---|
public java.lang.String getColumnName()
public java.lang.String getDescription()
null.public OdiInterface.ExecutionLocation getExecutionLocation()
public java.lang.String getSQLText()
public boolean equals(java.lang.Object pObj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||