Package javax.jcr.query.qom
Interface Literal
- All Superinterfaces:
Operand,StaticOperand
- All Known Implementing Classes:
LiteralImpl
Evaluates to a literal value.
- Since:
- JCR 2.0
-
Method Summary
-
Method Details
-
getLiteralValue
Value getLiteralValue()Gets the value of the literal.- Returns:
- the value of the literal.
-