Skip navigation links

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

E17060-03


oracle.odi.domain.xrefs
Class OdiVariableCrossRef

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.xrefs.CrossRef<OdiVariable>
          extended by oracle.odi.domain.xrefs.OdiVariableCrossRef

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class OdiVariableCrossRef
extends CrossRef<OdiVariable>

A cross reference, referencing an OdiVariable.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiVariableCrossRef(int pPosition, java.lang.String pExpressionElement, OdiVariable pVariable)
          Create a new OdiVariableCrossRef.

 

Method Summary
 OdiVariable getReferencedObject()
          Obtains the referenced object relative to this CrossRef instance.

 

Methods inherited from class oracle.odi.domain.xrefs.CrossRef
equals, getExpressionElement, getPosition, hashCode

 

Methods inherited from class oracle.odi.domain.support.BusinessObject
clone

 

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

 

Constructor Detail

OdiVariableCrossRef

public OdiVariableCrossRef(int pPosition,
                           java.lang.String pExpressionElement,
                           OdiVariable pVariable)
Create a new OdiVariableCrossRef.
Parameters:
pPosition - starting index of the expression element in the full expression string
pExpressionElement - the expression string element this cross reference match
pVariable - the referenced variable

Method Detail

getReferencedObject

public OdiVariable getReferencedObject()
Description copied from class: CrossRef
Obtains the referenced object relative to this CrossRef instance.
Specified by:
getReferencedObject in class CrossRef<OdiVariable>
Returns:
the referenced object

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.