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

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

public class GreaterThanOrEqualToEvaluator
extends java.lang.Object
implements Evaluator

Author:
Adam Boas Created on 18/05/2006

Constructor Summary
GreaterThanOrEqualToEvaluator()
           
 
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

GreaterThanOrEqualToEvaluator

public GreaterThanOrEqualToEvaluator()
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.