| Constructor and Description |
|---|
AttributeValuesFilter()
Construct a new AttributeValuesFilter.
|
AttributeValuesFilter(String fieldName,
boolean allowNulls,
List<Object> values)
Construct a new AttributeValuesFilter.
|
AttributeValuesFilter(String fieldName,
boolean allowNulls,
Object... values)
Construct a new AttributeValuesFilter.
|
AttributeValuesFilter(String fieldName,
List<Object> values)
Construct a new AttributeValuesFilter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Record object)
Match the fieldName on the data object with the required value.
|
String |
getFieldName()
Get the fieldName name, or path to match.
|
List<Object> |
getValues() |
boolean |
isAllowNulls() |
void |
setAllowNulls(boolean allowNulls) |
void |
setFieldName(String fieldName)
Set the fieldName name, or path to match.
|
void |
setValues(List<Object> values) |
String |
toString() |
public AttributeValuesFilter()
public AttributeValuesFilter(String fieldName, boolean allowNulls, List<Object> values)
fieldName - The attribute name.values - The list of values.public AttributeValuesFilter(String fieldName, boolean allowNulls, Object... values)
fieldName - The attribute name.values - The array of values.public boolean accept(Record object)
public String getFieldName()
public boolean isAllowNulls()
public void setAllowNulls(boolean allowNulls)
public void setFieldName(String fieldName)
fieldName - The fieldName name, or path to match.Copyright © 2015 Revolution Systems Inc.. All rights reserved.