|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumn
oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnTargetColumnSetLength
public class InterfaceActionOnTargetColumnSetLength
InterfaceActionOnTargetColumnSetLength is an interface action class used to set the length for a column.
InteractiveInterfaceHelperWithActions| Constructor Summary | |
|---|---|
InterfaceActionOnTargetColumnSetLength(java.lang.String pColumnName, int pLength)Deprecated. use the constructor with Integer instead |
|
InterfaceActionOnTargetColumnSetLength(java.lang.String pColumnName, java.lang.Integer pLength)Creates an action class instance which will set the length 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 |
|---|
public InterfaceActionOnTargetColumnSetLength(java.lang.String pColumnName,
java.lang.Integer pLength)
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 length.
pColumnName - Name of the column for which the length is to be setpLength - The column lenth - may be null
public InterfaceActionOnTargetColumnSetLength(java.lang.String pColumnName,
int pLength)
pColumnName -pLength -| Method Detail |
|---|
public void performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||