|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Validable
Objects implementing this interface can validate its own values. All
DataField objects are Validable.
| Method Summary | |
|---|---|
Object |
validate(Object value)
Validates the value. |
Object |
validate(Object value,
Object helper)
Validates the value using the helper helper
object. |
| Method Detail |
|---|
Object validate(Object value)
throws DataException
value.
value - the value to be verified/validated
value argument).
DataException - TODO
Object validate(Object value,
Object helper)
throws DataException
value using the helper helper
object.
value - the value to be verifiedhelper - a helper object for validation. Also could be used as an
indicator of the level of validation to be reached.
value argument).
DataException - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||