Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.query.sql.model
Class Literal

java.lang.Object
  extended by 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
Literal()
           
 
Method Summary
abstract  String asString()
          Gets a string representation of the value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nuxeo.ecm.core.query.sql.model.ASTNode
accept
 

Constructor Detail

Literal

public Literal()
Method Detail

asString

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

Returns:
a string representation of the value

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.