org.nuiton.wikitty.query.conditions
Class Greater

java.lang.Object
  extended by org.nuiton.wikitty.query.conditions.AbstractCondition
      extended by org.nuiton.wikitty.query.conditions.TerminalOperator
          extended by org.nuiton.wikitty.query.conditions.TerminalBinaryOperator
              extended by org.nuiton.wikitty.query.conditions.Greater
All Implemented Interfaces:
Serializable, Condition

public class Greater
extends TerminalBinaryOperator

Greater operator is used to build restriction containing "field > value" where value could be a Integer, a Float or a Date, String (must be comparable).

For example, use: WikittyQueryMaker.less( myField , new Date())

Since:
3.3 Last update: $Date$ by : $Author$
Version:
$Revision$
Author:
poussin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuiton.wikitty.query.conditions.TerminalBinaryOperator
element, value
 
Constructor Summary
Greater(Element element)
           
Greater(Element element, ConditionValue value)
           
Greater(Element element, String value)
           
 
Method Summary
 
Methods inherited from class org.nuiton.wikitty.query.conditions.TerminalBinaryOperator
accept, addCondition, getElement, getValue, waitCondition
 
Methods inherited from class org.nuiton.wikitty.query.conditions.AbstractCondition
copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Greater

public Greater(Element element)

Greater

public Greater(Element element,
               String value)

Greater

public Greater(Element element,
               ConditionValue value)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.