@Beta public interface ValueString extends Expressions.OperandSingle, FilterableString, FilterableComparisonAbsolute, FilterableComparisonRelative
Modifier and Type | Interface and Description |
---|---|
static class |
ValueString.Expression |
Modifier and Type | Method and Description |
---|---|
static ValueString |
literal(String v) |
concat, concat, contains, contains, endsWith, endsWith, indexOf, indexOf, length, matches, matches, startsWith, startsWith, substring, substring, toLower, toUpper, trim
equalTo, equalTo, notEqualTo, notEqualTo
greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual
getExpression, getExpression
@Nonnull static ValueString literal(@Nonnull String v)
Copyright © 2020 SAP SE. All rights reserved.