MOTableRowFilter<R>
public static class RowStatus.RowStatusFilter<R extends MOTableRow> extends java.lang.Object implements MOTableRowFilter<R>
RowStatusFilter
is a MOTableRowFilter
that
returns only those rows that have a status that equals one of those provided during creation of the filter.Constructor | Description |
---|---|
RowStatusFilter(int rowStatusColumnIndex,
java.util.Set<RowStatus.RowStatusEnum> passingStatusSet) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
passesFilter(R row) |
Checks whether the supplied row passes the filter criteria implemented by
this row filter.
|
public RowStatusFilter(int rowStatusColumnIndex, java.util.Set<RowStatus.RowStatusEnum> passingStatusSet)
public boolean passesFilter(R row)
MOTableRowFilter
passesFilter
in interface MOTableRowFilter<R extends MOTableRow>
row
- a MOTableRow
instance.true
if the row passes the filter or false
if not.Copyright © 2018 SNMP4J.org. All rights reserved.