org.outerj.daisy.query.model
Class Lt

java.lang.Object
  extended byorg.outerj.daisy.query.model.UnaryCondExpr
      extended byorg.outerj.daisy.query.model.Lt
All Implemented Interfaces:
CondExpr

public class Lt
extends UnaryCondExpr


Field Summary
 
Fields inherited from class org.outerj.daisy.query.model.UnaryCondExpr
identifier, literal
 
Constructor Summary
Lt(Identifier identifier, Literal literal)
           
 
Method Summary
protected  boolean evaluate(java.lang.Object value)
           
protected  java.lang.String getOperatorSqlSymbol()
           
 
Methods inherited from class org.outerj.daisy.query.model.UnaryCondExpr
appliesTo, bindSql, evaluate, generateSql, isAclAllowed, makesSenseNotComparableIdentifiers, prepare
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lt

public Lt(Identifier identifier,
          Literal literal)
Method Detail

evaluate

protected boolean evaluate(java.lang.Object value)
Specified by:
evaluate in class UnaryCondExpr

getOperatorSqlSymbol

protected final java.lang.String getOperatorSqlSymbol()
Specified by:
getOperatorSqlSymbol in class UnaryCondExpr


Copyright © -2005 . All Rights Reserved.