public class ValueCondition extends Object implements IValueCondition
ICondition.CondType| Constructor and Description |
|---|
ValueCondition(IValue value) |
| Modifier and Type | Method and Description |
|---|---|
IValue |
getValue() |
boolean |
isNegated() |
boolean |
isTrue(Double target) |
boolean |
isTrue(Object target) |
void |
setIsNegated(boolean isNeg) |
void |
setValue(IValue value) |
public ValueCondition(IValue value)
public boolean isTrue(Object target)
isTrue in interface IConditionpublic boolean isTrue(Double target)
isTrue in interface IValueConditionpublic IValue getValue()
getValue in interface IValueConditionpublic void setValue(IValue value)
setValue in interface IValueConditionpublic boolean isNegated()
isNegated in interface IConditionpublic void setIsNegated(boolean isNeg)
setIsNegated in interface IConditionCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.