public class ConditionIN extends ConditionSX
This class implements a condition called @in, which basically matches,
if one of a set of SX operators matches.
| Constructor and Description |
|---|
ConditionIN(String var,
String exp) |
| 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValue, getVariable, matches, setVariablepublic ConditionIN(String var, String exp) throws SyntaxException
SyntaxExceptionpublic String getOperator()
ConditiongetOperator in interface ConditiongetOperator in class ConditionSXConditionSX.getOperator()public boolean matches(String pattern, String input)
matches in interface Conditionmatches in class ConditionSXConditionSX.matches(java.lang.String, java.lang.String)Copyright © 2013 jwall.org. All Rights Reserved.