|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeValidator
This interface must be implemented by classes that validate attribute values.
| Method Summary | |
|---|---|
void |
validate(Object attribute)
Validate an attribute value. |
| Method Detail |
|---|
void validate(Object attribute)
throws WorkflowException
If the value is valid the method will terminate normally, otherwise it will throw a WorkflowException.
attribute - the value to be validated
ClassCastException - if the parameter is not an instance of the class that this
validator expects
WorkflowException - if the value is not valid
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||