Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable, ASTNode, Operand
Direct Known Subclasses:
DateLiteral, DoubleLiteral, IntegerLiteral, StringLiteral

public abstract class Literal
extends java.lang.Object
implements Operand

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Constructor Summary
Literal()
           
 
Method Summary
abstract  java.lang.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 java.lang.String asString()
Gets a string representation of the value.

Returns:
a string representation of the value

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.