org.outerj.daisy.query.model
Class Gt

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

public class Gt
extends UnaryCondExpr


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

Gt

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