| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JboValidatorInterface
The principal interface for validator classes.
Validators are subscribers to events related to adding, deleting, or changing attribute values.
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.jbo.rules.ValidatorConstants | 
|---|
ValidatorConstants.MessageFlavor | 
| Field Summary | 
|---|
| Method Summary | |
|---|---|
 java.lang.String | 
getDescription()
Gets the text description of this validator.  | 
 void | 
setDescription(java.lang.String description)
Sets the text description of this validator.  | 
 void | 
validate(JboValidatorContext ctx)
Tests the validity of the object/value as described in the validator context.  | 
| Method Detail | 
|---|
void validate(JboValidatorContext ctx)
ctx - the validator contextjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - a textual description.
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.7.0) E10653-08  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||