Package com.basiscomponents.db.util
Interface DataRowMatcher
-
- All Known Implementing Classes:
DataRowRegexMatcher
,SimpleDataRowMatcher
public interface DataRowMatcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldName()
boolean
matches(DataRow dr)
-