Package javax.jcr.query.qom
Interface BindVariableValue
- All Superinterfaces:
Operand,StaticOperand
- All Known Implementing Classes:
BindVariableValueImpl
Evaluates to the value of a bind variable.
- Since:
- JCR 2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the name of the bind variable.
-
Method Details
-
getBindVariableName
String getBindVariableName()Gets the name of the bind variable.- Returns:
- the bind variable name; non-null
-