public final class GreaterThanFilter extends ComparableAttributeFilter
| Constructor and Description |
|---|
GreaterThanFilter(Attribute attr)
Determine if the
ConnectorObject Attribute value is
greater than the one provided in the filter. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ConnectorObject obj)
Determine if the
ConnectorObject Attribute value is
greater than the one provided in the filter. |
String |
toString() |
comparegetValuegetAttribute, getName, isPresentpublic GreaterThanFilter(Attribute attr)
ConnectorObject Attribute value is
greater than the one provided in the filter.public boolean accept(ConnectorObject obj)
ConnectorObject Attribute value is
greater than the one provided in the filter.obj - - The specified ConnectorObject.true if the object matches
(that is, satisfies all selection criteria of) this filter;
otherwise false.Filter.accept(ConnectorObject)Copyright © 2013. All Rights Reserved.