public class ValueMatch<T> extends FieldFilterRule implements Cloneable
Constructor and Description |
---|
ValueMatch() |
ValueMatch(Collection<?> collection) |
ValueMatch(T... array) |
Modifier and Type | Method and Description |
---|---|
ValueMatch<T> |
add(DataReader source,
String fieldName) |
ValueMatch<T> |
add(T... values) |
boolean |
allow(Field field) |
ValueMatch<T> |
clone() |
boolean |
equals(Object obj) |
T |
get(int index) |
int |
getCount() |
ArrayList<T> |
getValues() |
int |
hashCode() |
String |
toString() |
getFieldFilter
public ValueMatch()
public ValueMatch(T... array)
public ValueMatch(Collection<?> collection)
public ValueMatch<T> clone()
public int getCount()
public T get(int index)
public boolean allow(Field field)
allow
in class FieldFilterRule
public ValueMatch<T> add(T... values)
public ValueMatch<T> add(DataReader source, String fieldName)
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.