Interface FieldFilter
-
- All Known Implementing Classes:
EqualityFilter
,GreaterThenFilter
,LessThenFilter
,LikeFilter
public interface FieldFilter
FieldFilter- See Also:
Field
,RecordFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
match(Field testedField)
Returns true if the given field match this Filter criteria.
-
-
-
Method Detail
-
match
boolean match(Field testedField) throws FormException
Returns true if the given field match this Filter criteria.- Throws:
FormException
-
-