|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.commons.validator.NotNullValidator<E>
public class NotNullValidator<E>
Validator implementation that checks if a value is not null.
Created: 01.09.2007 08:53:07
| Constructor Summary | |
|---|---|
NotNullValidator()
|
|
| Method Summary | |
|---|---|
boolean |
valid(E object)
Checks if an object is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotNullValidator()
| Method Detail |
|---|
public boolean valid(E object)
Validator
valid in interface Validator<E>object - the object to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||