Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.interfaces.interactive.support.actions
Class InterfaceActionOnTargetMappingAbstract

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
      extended by oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetMappingAbstract

All Implemented Interfaces:
IInterfaceAction
Direct Known Subclasses:
InterfaceActionOnTargetMappingSetAttachedDataStore, InterfaceActionOnTargetMappingSetLocation, InterfaceActionOnTargetMappingSetSql

public abstract class InterfaceActionOnTargetMappingAbstract
extends InterfaceActionOnTargetColumn

Base target mapping action class for maintaining column name and data set.

Since:
11.1.1.3.0

Constructor Summary
InterfaceActionOnTargetMappingAbstract(java.lang.String pColumnName, DataSet pDataSet)
          Sets a column name and data set for the mapping.

 

Method Summary
 DataSet getDataSet()
          Gets the data set for this target mapping.

 

Methods inherited from class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
getColumnName

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.odi.interfaces.interactive.IInterfaceAction
performAction

 

Constructor Detail

InterfaceActionOnTargetMappingAbstract

public InterfaceActionOnTargetMappingAbstract(java.lang.String pColumnName,
                                              DataSet pDataSet)
Sets a column name and data set for the mapping.
Parameters:
pColumnName - column name
pDataSet - data set

Method Detail

getDataSet

public DataSet getDataSet()
Gets the data set for this target mapping.
Returns:
data set

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.