javax.jcr.query.qom
Interface Literal

All Superinterfaces:
Operand, StaticOperand

public interface Literal
extends StaticOperand

Evaluates to a literal value.

Since:
JCR 2.0

Method Summary
 Value getLiteralValue()
          Gets the value of the literal.
 

Method Detail

getLiteralValue

Value getLiteralValue()
Gets the value of the literal.

Returns:
the value of the literal.