com.northconcepts.datapipeline.filter.rule
Class ValueMatch<T>
java.lang.Object
com.northconcepts.datapipeline.filter.FieldFilterRule
com.northconcepts.datapipeline.filter.rule.ValueMatch<T>
public class ValueMatch<T>
- extends FieldFilterRule
ValueMatch
public ValueMatch()
ValueMatch
public ValueMatch(T... array)
ValueMatch
public ValueMatch(Collection<?> collection)
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.