org.outerj.daisy.query.model
Class LtEq

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

public class LtEq
extends UnaryCondExpr


Field Summary
 
Fields inherited from class org.outerj.daisy.query.model.UnaryCondExpr
identifier, literal
 
Constructor Summary
LtEq(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

LtEq

public LtEq(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.