public class NotIn extends AbstractCondition
| Constructor and Description |
|---|
NotIn(String propName,
Collection<?> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearParameters()
Clear parameters.
|
<T extends Condition> |
copy() |
boolean |
equals(Object obj) |
List<Object> |
getParameters()
Gets the parameters.
|
String |
getPropName()
Gets the prop name.
|
List<?> |
getValues()
Gets the values.
|
int |
hashCode() |
void |
setValues(List<?> values)
Sets the values.
|
String |
toString(NamingPolicy namingPolicy) |
and, getOperator, not, or, toStringpublic NotIn(String propName, Collection<?> values)
public String getPropName()
public List<?> getValues()
public void setValues(List<?> values)
values - the new valuespublic void clearParameters()
public <T extends Condition> T copy()
copy in interface Conditioncopy in class AbstractConditionT - public String toString(NamingPolicy namingPolicy)
namingPolicy - Copyright © 2021. All rights reserved.