Skip navigation links

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

E17060-03


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

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

All Implemented Interfaces:
IInterfaceAction

public class InterfaceActionOnTargetColumnSetScale
extends InterfaceActionOnTargetColumn

InterfaceActionOnTargetColumnSetScale is an interface action class used to set the scale for a numeric column.

Since:
11.1.1.3.0
See Also:
InteractiveInterfaceHelperWithActions

Constructor Summary
InterfaceActionOnTargetColumnSetScale(java.lang.String pColumnName, int pScale)
          Deprecated. use the constructor with Integer instead
InterfaceActionOnTargetColumnSetScale(java.lang.String pColumnName, java.lang.Integer pScale)
          Creates an action class instance which will set the scale for a column, when performAction is called.

 

Method Summary
 void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
          For internal use only.

 

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

 

Constructor Detail

InterfaceActionOnTargetColumnSetScale

public InterfaceActionOnTargetColumnSetScale(java.lang.String pColumnName,
                                             java.lang.Integer pScale)
Creates an action class instance which will set the scale for a column, when performAction is called. This constructor should be called directly to create the action class instance. This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction to set the column scale.
Parameters:
pColumnName - Name of the column for which the scale is to be set
pScale - The column scale - may be null

InterfaceActionOnTargetColumnSetScale

public InterfaceActionOnTargetColumnSetScale(java.lang.String pColumnName,
                                             int pScale)
Deprecated. use the constructor with Integer instead
Parameters:
pColumnName -
pScale -

Method Detail

performAction

public void performAction(IInterfaceActionListener pInterfaceActionListener,
                          IInterfaceUndoListener pInterfaceUndoListener,
                          IActionHelper pActionHelper)
For internal use only.
Parameters:
pInterfaceActionListener - the interface action listener instance
pInterfaceUndoListener - the interface undo listener instance
pActionHelper - the action helper instance

Skip navigation links

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

E17060-03


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