@Beta public interface ValueString extends Expressions.OperandSingle, FilterableString, FilterableComparisonAbsolute, FilterableComparisonRelative
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueString.Expression |
| Modifier and Type | Field and Description |
|---|---|
static ValueString |
NULL
Null value for string operations.
|
| 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, substringOf, substringOf, toLower, toUpper, trimequalTo, equalTo, in, in, in, in, notEqualTo, notEqualTogreaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqualgetExpression, getExpression@Nonnull static final ValueString NULL
@Nonnull static ValueString literal(@Nonnull String v)
Copyright © 2021 SAP SE. All rights reserved.