com.kbmj.svt.rules
Class Nest

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

public class Nest
extends Rule

See Also:
Serialized Form

Constructor Summary
Nest(java.lang.String property, Rule c)
           
 
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

Nest

public Nest(java.lang.String property,
            Rule c)
Method Detail

validate

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