| org.jreform.Criterion
Criterion | public interface Criterion extends MessageOnError(Code) | | A criterion that can evaluate to true or false .
author: armandino (at) gmail.com |
Method Summary | |
public boolean | isSatisfied(T value) Tests whether the specified value satisfies this criterion.
Parameters: value - to be tested against this criterion. |
isSatisfied | public boolean isSatisfied(T value)(Code) | | Tests whether the specified value satisfies this criterion.
Parameters: value - to be tested against this criterion. true if the criterion is satisfied,false otherwise. |
|
|