com.kbmj.svt.rules
Class Array

java.lang.Object
  |
  +--com.kbmj.svt.Rule
        |
        +--com.kbmj.svt.rules.Array
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ChainArray

public class Array
extends Rule

Validate each element in an array.

Author:
Shinya Kasatani
See Also:
Serialized Form

Constructor Summary
Array(Rule c)
           
Array(Rule c, int maxLength)
           
 
Method Summary
protected  boolean continueOnError()
           
 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

Array

public Array(Rule c)

Array

public Array(Rule c,
             int maxLength)
Method Detail

validate

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

continueOnError

protected boolean continueOnError()