Class BindVariableValueImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.query.qom.AbstractQOMNode
org.apache.jackrabbit.spi.commons.query.qom.StaticOperandImpl
org.apache.jackrabbit.spi.commons.query.qom.BindVariableValueImpl
- All Implemented Interfaces:
BindVariableValue,Operand,StaticOperand
BindVariableValueImpl...-
Method Summary
Modifier and TypeMethodDescriptionaccept(QOMTreeVisitor visitor, Object data) Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.Gets the name of the bind variable.Gets the name of the bind variable.toString()
-
Method Details
-
getBindVariableQName
Gets the name of the bind variable.- Returns:
- the bind variable name; non-null
-
getBindVariableName
Gets the name of the bind variable.- Specified by:
getBindVariableNamein interfaceBindVariableValue- Returns:
- the bind variable name; non-null
-
accept
Accepts avisitorand calls the appropriate visit method depending on the type of this QOM node.- Specified by:
acceptin classAbstractQOMNode- Parameters:
visitor- the visitor.data- user defined data, which is passed to the visit method.- Throws:
Exception
-
toString
-