com.northconcepts.datapipeline.filter.rule
Class ValueMatch<T>

java.lang.Object
  extended by com.northconcepts.datapipeline.filter.FieldFilterRule
      extended by com.northconcepts.datapipeline.filter.rule.ValueMatch<T>

public class ValueMatch<T>
extends FieldFilterRule


Constructor Summary
ValueMatch()
           
ValueMatch(Collection<?> collection)
           
ValueMatch(T... array)
           
 
Method Summary
 ValueMatch<T> add(DataReader source, String fieldName)
           
 ValueMatch<T> add(T... values)
           
 boolean allow(Field field)
           
 Object get(int index)
           
 int getCount()
           
 String toString()
           
 
Methods inherited from class com.northconcepts.datapipeline.filter.FieldFilterRule
getFieldFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueMatch

public ValueMatch()

ValueMatch

public ValueMatch(T... array)

ValueMatch

public ValueMatch(Collection<?> collection)
Method Detail

getCount

public int getCount()

get

public Object get(int index)

allow

public boolean allow(Field field)
Specified by:
allow in class FieldFilterRule

toString

public String toString()
Overrides:
toString in class Object

add

public ValueMatch<T> add(T... values)

add

public ValueMatch<T> add(DataReader source,
                         String fieldName)


Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.