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

E17060-01

oracle.odi.interfaces.interactive.support.references
Class ReferenceToSourceColumn

java.lang.Object
  extended by oracle.odi.interfaces.interactive.support.references.ReferenceToSourceColumn
All Implemented Interfaces:
IReference

public class ReferenceToSourceColumn
extends java.lang.Object
implements IReference

This implementation represents a reference to a source column from a cross-reference in an SQL expression.


Constructor Summary
ReferenceToSourceColumn(ISourceColumn pReferencedSourceColumn, IExecutableTextHolder pReferencer)
          Creates a reference to a source column.
 
Method Summary
 ISourceColumn getReferencedObject()
          Returns the referenced source column.
 IExecutableTextHolder getReferencer()
          Returns the text holder that references the source column.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceToSourceColumn

public ReferenceToSourceColumn(ISourceColumn pReferencedSourceColumn,
                               IExecutableTextHolder pReferencer)
Creates a reference to a source column.

Parameters:
pReferencedSourceColumn - the referenced source column
pReferencer - the text holder that references the source column
Method Detail

getReferencedObject

public ISourceColumn getReferencedObject()
Returns the referenced source column.

Specified by:
getReferencedObject in interface IReference
Returns:
the referenced source column.
See Also:
IReference.getReferencedObject()

getReferencer

public IExecutableTextHolder getReferencer()
Returns the text holder that references the source column.

Specified by:
getReferencer in interface IReference
Returns:
the text holder that references the source column.
See Also:
IReference.getReferencer()

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.