Package com.landawn.abacus.condition
Class NotIn
java.lang.Object
com.landawn.abacus.condition.AbstractCondition
com.landawn.abacus.condition.NotIn
- Author:
- Haiyang Li
-
Constructor Summary
-
Method Summary
Methods inherited from class com.landawn.abacus.condition.AbstractCondition
and, getOperator, not, or, toString
-
Constructor Details
-
NotIn
- Parameters:
propName
-values
-
-
-
Method Details
-
getPropName
Gets the prop name.- Returns:
-
getValues
Gets the values.- Returns:
-
setValues
Sets the values.- Parameters:
values
- the new values
-
getParameters
Gets the parameters.- Returns:
-
clearParameters
public void clearParameters()Clear parameters. -
copy
- Specified by:
copy
in interfaceCondition
- Overrides:
copy
in classAbstractCondition
- Type Parameters:
T
-- Returns:
-
toString
- Parameters:
namingPolicy
-- Returns:
-
hashCode
public int hashCode() -
equals
-