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