Representation of a filter function, that returns a value of type string.
Creates an instance of StringFilterFunction.
Name of the function that returns a string value.
Representation of the parameters passed to the filter function.
Readonly
Creates an instance of Filter for this filter function and the given value using the operator 'eq', i.e. ==.
==
Value to be used in the filter.
The resulting filter.
Creates an instance of Filter for this filter function and the given value using the operator 'ge', i.e. >=.
>=
Creates an instance of Filter for this filter function and the given value using the operator 'gt', i.e. >.
>
Creates an instance of Filter for this filter function and the given value using the operator 'le', i.e. <=.
<=
Creates an instance of Filter for this filter function and the given value using the operator 'lt', i.e. <.
<
Creates an instance of Filter for this filter function and the given value using the operator 'ne', i.e. !=.
!=
Copyright Ⓒ 2025 SAP SE or an SAP affiliate company. All rights reserved.
Representation of a filter function, that returns a value of type string.