| Constructor and Description |
|---|
AttributeValueClassFilter() |
| 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.
|
String |
getType()
Get the type to match.
|
void |
setFieldName(String fieldName)
Set the fieldName name, or path to match.
|
void |
setType(String type)
Set the type to match.
|
String |
toString() |
public boolean accept(Record object)
public String getFieldName()
public String getType()
public void setFieldName(String fieldName)
fieldName - The fieldName name, or path to match.public void setType(String type)
type - The type to match.Copyright © 2015 Revolution Systems Inc.. All rights reserved.