| Constructor and Description |
|---|
NotFilter(Filter filter)
Take the value returned from the internal filter and NOT it.
|
public NotFilter(Filter filter)
public Filter getFilter()
public boolean accept(ConnectorObject obj)
accept in interface Filterobj - - 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.