public class ConditionEQ extends AbstractCondition
This condition checks for equality.
log| Constructor and Description |
|---|
ConditionEQ(String variable,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperator()
This returns a textual representation of the operator of this condition.
|
boolean |
matches(String pattern,
String input) |
createCondition, extractValues, getPureValue, getValue, getVariable, isNegated, isNumeric, matches, matches, matches, matchesAll, matchesAny, setValue, setVariable, toStringpublic ConditionEQ(String variable, String value) throws SyntaxException
SyntaxExceptionpublic String getOperator()
ConditiongetOperator in interface ConditiongetOperator in class AbstractConditionCopyright © 2015 jwall.org. All Rights Reserved.