|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.validator.CompositeValidator<E>
public abstract class CompositeValidator<E>
Abstract Validator implementation that combines the evaluation results of other Validators.
Created: 20.11.2007 09:50:13
| Field Summary | |
|---|---|
protected Validator<E>[] |
subValidators
|
| Constructor Summary | |
|---|---|
protected |
CompositeValidator(Validator<E>[] subValidators)
|
| Method Summary | |
|---|---|
void |
add(Validator<E> validator)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.databene.commons.Validator |
|---|
valid |
| Field Detail |
|---|
protected Validator<E>[] subValidators
| Constructor Detail |
|---|
protected CompositeValidator(Validator<E>[] subValidators)
| Method Detail |
|---|
public void add(Validator<E> validator)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||