javax.jcr.query.qom
Interface BindVariableValue

All Superinterfaces:
Operand, StaticOperand

public interface BindVariableValue
extends StaticOperand

Evaluates to the value of a bind variable.

Since:
JCR 2.0

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

Method Detail

getBindVariableName

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

Returns:
the bind variable name; non-null


Copyright © 2009 Day Software. All Rights Reserved.