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 ICondition
public boolean isTrue(Double target)
isTrue
in interface IValueCondition
public IValue getValue()
getValue
in interface IValueCondition
public void setValue(IValue value)
setValue
in interface IValueCondition
public boolean isNegated()
isNegated
in interface ICondition
public void setIsNegated(boolean isNeg)
setIsNegated
in interface ICondition
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.