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

    Modifier and Type
    Method
    Description
    Gets the value of the literal.
  • Method Details

    • getLiteralValue

      Value getLiteralValue()
      Gets the value of the literal.
      Returns:
      the value of the literal.