org.knowceans.util
Class TableList.FieldRegexFind

java.lang.Object
  extended by org.knowceans.util.TableList.SingleFieldFilter
      extended by org.knowceans.util.TableList.FieldRegexFind
All Implemented Interfaces:
TableList.Filter
Enclosing class:
TableList

public class TableList.FieldRegexFind
extends TableList.SingleFieldFilter

FieldRegexFind matches field with the regular expression.

Author:
gregor

Constructor Summary
TableList.FieldRegexFind(java.lang.String field, java.lang.Object value)
           
 
Method Summary
 boolean valid(TableList.Fields row)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableList.FieldRegexFind

public TableList.FieldRegexFind(java.lang.String field,
                                java.lang.Object value)
Method Detail

valid

public boolean valid(TableList.Fields row)