Package javax.jcr.query.qom
Interface BindVariableValue
-
- All Superinterfaces:
Operand,StaticOperand
- All Known Implementing Classes:
BindVariableValueImpl
public interface BindVariableValue extends StaticOperand
Evaluates to the value of a bind variable.- Since:
- JCR 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBindVariableName()Gets the name of the bind variable.
-