public class OdiVariableCrossRef extends CrossRef
OdiVariable.| Constructor and Description | 
|---|
OdiVariableCrossRef(int pPosition,
                   java.lang.String pExpressionElement,
                   OdiVariable pVariable)
Create a new  
OdiVariableCrossRef. | 
OdiVariableCrossRef(int pPosition,
                   java.lang.String pExpressionElement,
                   OdiVariable pVariable,
                   java.lang.String pGlobalId)
Create a new  
OdiVariableCrossRef. | 
| Modifier and Type | Method and Description | 
|---|---|
OdiVariable | 
getReferencedObject()
Obtains the referenced object relative to this CrossRef instance. 
 | 
equals, getExpressionElement, getGlobalId, getPosition, hashCodepublic OdiVariableCrossRef(int pPosition,
                           java.lang.String pExpressionElement,
                           OdiVariable pVariable,
                           java.lang.String pGlobalId)
OdiVariableCrossRef.pPosition - starting index of the expression element in the full expression stringpExpressionElement - the expression string element this cross reference matchpVariable - the referenced variablepGlobalId - the global id of the cross referencepublic 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 variablepublic OdiVariable getReferencedObject()
CrossRefgetReferencedObject in class CrossRef