Package javax.jcr.query.qom
Interface Literal
-
- All Superinterfaces:
Operand
,StaticOperand
- All Known Implementing Classes:
LiteralImpl
public interface Literal extends StaticOperand
Evaluates to a literal value.- Since:
- JCR 2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-