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

E17060-01

oracle.odi.interfaces.interactive.support.execarea
Class InterfaceElementInExecutionArea

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.execarea.InterfaceElementInExecutionArea
All Implemented Interfaces:
IElementInExecutionArea

public class InterfaceElementInExecutionArea
extends java.lang.Object
implements IElementInExecutionArea

The implementation of IElementInExecutionArea.


Constructor Summary
InterfaceElementInExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
          Basic constructor.
 
Method Summary
 IExecutionArea getExecutionArea()
          Returns the execution area in which this object is located.
 IInterfaceSubComponent getUnderlyingComponent()
          Returns the underlying sub-component referenced by this element.
 void setExecutionArea(IExecutionArea pExecutionArea)
          Sets the execution area in which this object will be located.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceElementInExecutionArea

public InterfaceElementInExecutionArea(IInterfaceSubComponent pInterfaceSubComponent)
Basic constructor. By default, the component is not affected to any execution area, which is null.

Parameters:
pInterfaceSubComponent - the IInterfaceSubComponent wrapped by this InterfaceElement
Method Detail

getExecutionArea

public IExecutionArea getExecutionArea()
Description copied from interface: IElementInExecutionArea
Returns the execution area in which this object is located.

Specified by:
getExecutionArea in interface IElementInExecutionArea
Returns:
the execution area in which this object is located
See Also:
IElementInExecutionArea.setExecutionArea(IExecutionArea)

getUnderlyingComponent

public IInterfaceSubComponent getUnderlyingComponent()
Description copied from interface: IElementInExecutionArea
Returns the underlying sub-component referenced by this element.

Specified by:
getUnderlyingComponent in interface IElementInExecutionArea
Returns:
the component in the execution area

setExecutionArea

public void setExecutionArea(IExecutionArea pExecutionArea)
Description copied from interface: IElementInExecutionArea
Sets the execution area in which this object will be located.

Specified by:
setExecutionArea in interface IElementInExecutionArea
Parameters:
pExecutionArea - the execution area in which this object is set to be located
See Also:
IElementInExecutionArea.getExecutionArea()

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

E17060-01

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