public interface AbstractStringArgument extends AbstractComparableArgument<String>, StringArgument
StringArgument.| Modifier and Type | Method and Description |
|---|---|
default Expression |
like(String pattern) |
default Expression |
like(String pattern,
char escape) |
eq, eq, exp, exp, exp, exp, expRight, in, in, isNotNull, isNull, neq, neq, notIn, notInevaluate, getValue, getValuePath, isConstantdefault Expression like(String pattern)
like in interface StringArgumentpattern - the like value pattern to match. Use percent (%) to match any substring (including empty string) and
underscore (_) to match any single character.Expression for this == true.default Expression like(String pattern, char escape)
like in interface StringArgumentpattern - the like value pattern to match. Use percent (%) to match any substring (including empty string) and
underscore (_) to match any single character.escape - the escape character to escape % and _ (e.g. the backslash '\\').Expression for this == true.Copyright © 2001–2016 mmm-Team. All rights reserved.