public final class LessThanOrEqualFilter extends ComparableAttributeFilter
| Constructor and Description |
|---|
LessThanOrEqualFilter(Attribute attr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ConnectorObject obj)
Return false if the attribute is not present otherwise compare the
attribute to the
ConnectorObject's Attribute. |
String |
toString() |
comparegetValuegetAttribute, getName, isPresentpublic LessThanOrEqualFilter(Attribute attr)
public boolean accept(ConnectorObject obj)
ConnectorObject's Attribute.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.