| Package | Description | 
|---|---|
| oracle.jbo.server.rules | 
 Contains sample validation beans. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JboAttrCompareValidator
A validator that tests literal values by comparing them to a database value,
 using a pre-defined relation. 
 | 
class  | 
JboCompareValidator
A validator that tests literal values by comparing them to a pre-defined value,
 using a pre-defined relation. 
 | 
class  | 
JboListValidator
A validator that tests for the presence of a literal value in a
 list of pre-defined values. 
 | 
class  | 
JboMethodValidator
A validator that tests values by passing them to a validation method. 
 | 
class  | 
JboRangeValidator
A validator that tests if a literal value lies within a pre-defined range. 
 |