Skip navigation links

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

E17060-02


oracle.odi.domain.xrefs
Class OdiUserFunctionCrossRef

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.xrefs.CrossRef<OdiUserFunction>
          extended by oracle.odi.domain.xrefs.OdiUserFunctionCrossRef

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

public final class OdiUserFunctionCrossRef
extends CrossRef<OdiUserFunction>

A cross reference, referencing an OdiUserFunction.

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
OdiUserFunctionCrossRef(int pPosition, java.lang.String pExpressionElement, OdiUserFunction pUserFunction, java.lang.String pTechnologyName)
          Create a new OdiUserFunctionCrossRef.

 

Method Summary
 OdiUserFunction getReferencedObject()
          Obtains the referenced object relative to this CrossRef instance.
 java.lang.String getTechnologyName()
          Obtains the technology name.

 

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

OdiUserFunctionCrossRef

public OdiUserFunctionCrossRef(int pPosition,
                               java.lang.String pExpressionElement,
                               OdiUserFunction pUserFunction,
                               java.lang.String pTechnologyName)
Create a new OdiUserFunctionCrossRef.
Parameters:
pPosition - starting index of the expression element in the full expression string
pExpressionElement - the expression string element this cross reference match
pUserFunction - the referenced user function
pTechnologyName - the user function technology

Method Detail

getTechnologyName

public java.lang.String getTechnologyName()
Obtains the technology name.
Returns:
technology name

getReferencedObject

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

Skip navigation links

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

E17060-02


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