public class Binary extends AbstractCondition
| Constructor and Description |
|---|
Binary(String propName,
Operator operator,
Object propValue) |
| 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.
|
<T> T |
getPropValue()
Gets the prop value.
|
int |
hashCode() |
void |
setPropValue(Object propValue)
Sets the prop value.
|
String |
toString(NamingPolicy namingPolicy) |
and, getOperator, not, or, toStringpublic String getPropName()
public <T> T getPropValue()
T - public void setPropValue(Object propValue)
propValue - the new prop valuepublic 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.