public class ConditionLT extends AbstractCondition
| Constructor and Description |
|---|
ConditionLT(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, setValue, setVariable, toStringpublic ConditionLT(String variable, String value) throws SyntaxException
SyntaxExceptionpublic String getOperator()
ConditiongetOperator in interface ConditiongetOperator in class AbstractConditionpublic boolean matches(String pattern, String input)
Condition.matches(java.lang.String, java.lang.String)Copyright © 2013 jwall.org. All Rights Reserved.