org.outerj.daisy.query.model
Class Eq

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

public class Eq
extends UnaryCondExpr


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

Constructor Detail

Eq

public Eq(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

makesSenseNotComparableIdentifiers

protected boolean makesSenseNotComparableIdentifiers()
Overrides:
makesSenseNotComparableIdentifiers in class UnaryCondExpr


Copyright © -2005 . All Rights Reserved.