net.sf.springlayout.web.validator.condition
Class GreaterThanEvaluator

java.lang.Object
  extended by net.sf.springlayout.web.validator.condition.GreaterThanEvaluator
All Implemented Interfaces:
Evaluator

public class GreaterThanEvaluator
extends java.lang.Object
implements Evaluator

Author:
Adam Boas Created on 18/05/2006

Constructor Summary
GreaterThanEvaluator()
           
 
Method Summary
 boolean evaluate(java.lang.Object target, java.lang.Object value)
          Evaluates the value contained in the wrapper against the value supplied using the condition the concrete type of this evaluator supports.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreaterThanEvaluator

public GreaterThanEvaluator()
Method Detail

evaluate

public boolean evaluate(java.lang.Object target,
                        java.lang.Object value)
Description copied from interface: Evaluator
Evaluates the value contained in the wrapper against the value supplied using the condition the concrete type of this evaluator supports.

Specified by:
evaluate in interface Evaluator
Returns:


Copyright © 2005-2007 Spring Layout Team. All Rights Reserved.