Package com.ocs.dynamo.filter
Class Contains
- java.lang.Object
-
- com.ocs.dynamo.filter.AbstractFilter
-
- com.ocs.dynamo.filter.Contains
-
- All Implemented Interfaces:
Filter,PropertyFilter
public class Contains extends AbstractFilter implements PropertyFilter
A filter that checks if a value is contained in a collection- Author:
- bas.rutten
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)booleanevaluate(Object that)StringgetPropertyId()ObjectgetValue()inthashCode()StringtoString()-
Methods inherited from class com.ocs.dynamo.filter.AbstractFilter
and, and, and, applyFilter, between, getProperty, greater, greaterOrEqual, isEqual, isNull, less, lessOrEqual, like, like, likeIgnoreCase, not, or, or, or
-
-
-
-
Method Detail
-
getPropertyId
public String getPropertyId()
- Specified by:
getPropertyIdin interfacePropertyFilter
-
getValue
public Object getValue()
-
toString
public String toString()
- Overrides:
toStringin classAbstractFilter
-
-