public class ContainsAllValuesFilter extends AttributeFilter
| Constructor and Description |
|---|
ContainsAllValuesFilter(Attribute attr)
Public only as an artifact of the implementation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ConnectorObject obj)
Determine whether the specified
ConnectorObject
contains an Attribute that has the same name as
and contains all of the values of
the attribute that FilterBuilder
placed into this filter. |
getAttribute, getName, isPresentpublic ContainsAllValuesFilter(Attribute attr)
FilterBuilder
to create an instance of ContainsAllValuesFilter.attr - public boolean accept(ConnectorObject obj)
ConnectorObject
contains an Attribute that has the same name as
and contains all of the values of
the attribute that FilterBuilder
placed into this filter.
Determines whether the specified ConnectorObject
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.