|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.domain.support.BusinessObject
oracle.odi.domain.xrefs.CrossRef<OdiVariable>
oracle.odi.domain.xrefs.OdiVariableCrossRef
public class OdiVariableCrossRef
A cross reference, referencing an OdiVariable.
| 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 |
|---|
public OdiVariableCrossRef(int pPosition,
java.lang.String pExpressionElement,
OdiVariable pVariable)
OdiVariableCrossRef.
pPosition - starting index of the expression element in the full expression stringpExpressionElement - the expression string element this cross reference matchpVariable - the referenced variable| Method Detail |
|---|
public OdiVariable getReferencedObject()
CrossRef
getReferencedObject in class CrossRef<OdiVariable>
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||