com.kbmj.svt.rules
Class Nop

java.lang.Object
  |
  +--com.kbmj.svt.Rule
        |
        +--com.kbmj.svt.rules.Nop
All Implemented Interfaces:
java.io.Serializable

public class Nop
extends Rule

Do nothing.

Author:
shinya
See Also:
Serialized Form

Constructor Summary
Nop()
           
 
Method Summary
 InputErrors validate(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Nop

public Nop()
Method Detail

validate

public InputErrors validate(java.lang.Object value)
Specified by:
validate in class Rule