public class In extends AbstractCondition
Constructor and Description |
---|
In(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, toString
public In(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 Condition
copy
in class AbstractCondition
T
- public String toString(NamingPolicy namingPolicy)
namingPolicy
- Copyright © 2020. All rights reserved.