public final class OdiUserFunctionCrossRef extends CrossRef
OdiUserFunction.| Constructor and Description | 
|---|
OdiUserFunctionCrossRef(int pPosition,
                       java.lang.String pExpressionElement,
                       OdiUserFunction pUserFunction,
                       java.lang.String pTechnologyName)
Create a new  
OdiUserFunctionCrossRef. | 
OdiUserFunctionCrossRef(int pPosition,
                       java.lang.String pExpressionElement,
                       OdiUserFunction pUserFunction,
                       java.lang.String pTechnologyName,
                       java.lang.String pGlobalId)
Create a new  
OdiUserFunctionCrossRef. | 
| Modifier and Type | Method and Description | 
|---|---|
OdiUserFunction | 
getReferencedObject()
Obtains the referenced object relative to this CrossRef instance. 
 | 
java.lang.String | 
getTechnologyName()
Obtains the technology name. 
 | 
equals, getExpressionElement, getGlobalId, getPosition, hashCodepublic OdiUserFunctionCrossRef(int pPosition,
                       java.lang.String pExpressionElement,
                       OdiUserFunction pUserFunction,
                       java.lang.String pTechnologyName,
                       java.lang.String pGlobalId)
OdiUserFunctionCrossRef.pPosition - starting index of the expression element in the full expression stringpExpressionElement - the expression string element this cross reference matchpUserFunction - the referenced user functionpTechnologyName - the user function technologypGlobalId - the global id of the cross referencepublic OdiUserFunctionCrossRef(int pPosition,
                       java.lang.String pExpressionElement,
                       OdiUserFunction pUserFunction,
                       java.lang.String pTechnologyName)
OdiUserFunctionCrossRef.pPosition - starting index of the expression element in the full expression stringpExpressionElement - the expression string element this cross reference matchpUserFunction - the referenced user functionpTechnologyName - the user function technologypublic java.lang.String getTechnologyName()
public OdiUserFunction getReferencedObject()
CrossRefgetReferencedObject in class CrossRef