|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.generic.shared.api.v1.filter.AndDataSetFilter
public class AndDataSetFilter
Combining filters by logical AND.
Constructor Summary | |
---|---|
AndDataSetFilter(IDataSetFilter... dataSetFilters)
|
Method Summary | |
---|---|
boolean |
pass(DataSet dataSet)
Returns true if the specified data set passes the filter. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AndDataSetFilter(IDataSetFilter... dataSetFilters)
Method Detail |
---|
public boolean pass(DataSet dataSet)
IDataSetFilter
true
if the specified data set passes the filter.
pass
in interface IDataSetFilter
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |