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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringasString()Gets a string representation of the value.
-
-
-
Method Detail
-
asString
public abstract String asString()
Gets a string representation of the value.- Returns:
- a string representation of the value
-
-