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

    Modifier and Type
    Method
    Description
    Gets 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