|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JbiValidator
The principal interface for validator classes.
Validators are subscribers to events related to adding, deleting, or changing attribute values.
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. |
boolean |
validateValue(java.lang.Object value)
Tests the validity of an attribute value. |
Methods inherited from interface oracle.jbo.server.util.VetoableChangeListener |
---|
vetoableChange |
Method Detail |
---|
boolean validateValue(java.lang.Object value)
value
- a value.
true
if the value is valid.java.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.4.0) E10653-05 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |