org.apache.jackrabbit.spi.commons.query.jsr283.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.

The query is invalid if no value is bound to bindVariableName.

The query is invalid if bindVariableName is not a valid JCR prefix.

Since:
JCR 2.0

Method Summary
 String getBindVariableName()
          Gets the name of the bind variable.
 

Method Detail

getBindVariableName

String getBindVariableName()
Gets the name of the bind variable.

Returns:
the bind variable name; non-null


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.