Class Literal

java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Literal
All Implemented Interfaces:
Serializable, ASTNode, Operand
Direct Known Subclasses:
BooleanLiteral, DateLiteral, DoubleLiteral, IntegerLiteral, StringLiteral

public abstract class Literal extends Object implements Operand
Author:
Bogdan Stefanescu
See Also:
  • Constructor Details

    • Literal

      public Literal()
  • Method Details

    • asString

      public abstract String asString()
      Gets a string representation of the value.
      Returns:
      a string representation of the value