com.kbmj.svt
Class Rule

java.lang.Object
  |
  +--com.kbmj.svt.Rule
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Array, MultiRules, Nest, Nop, Number, Regex, Required, RuleChain, StringRule

public abstract class Rule
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Rule()
           
 
Method Summary
abstract  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

Rule

public Rule()
Method Detail

validate

public abstract InputErrors validate(java.lang.Object value)