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

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

public class NotEqualsEvaluator
extends java.lang.Object
implements Evaluator

Author:
Adam Boas Created on 18/05/2006

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

NotEqualsEvaluator

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