public class StringValue extends Object implements LogicalOperators, BaseFilterValue
| Constructor and Description |
|---|
StringValue(FilterFunctions.FUNCTIONS operator,
ODataProperty property,
Integer pos,
Integer length)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
ODataProperty property,
ODataType operand)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
ODataProperty property,
String find,
String replace)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
StringValue property,
Integer pos,
Integer length)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
StringValue property,
ODataType operand)
Constructs StringValue
|
StringValue(FilterFunctions.FUNCTIONS operator,
StringValue property,
String find,
String replace)
Constructs StringValue
|
| Modifier and Type | Method and Description |
|---|---|
FilterExpression |
eq(ODataType right)
Creates filter expression using its StringValue as string, eq as operator and odatatype value as operand
|
FilterExpression |
ge(ODataType right)
Creates filter expression using its StringValue as string, ge as operator and odatatype value as operand
|
String |
getStringValue() |
FilterExpression |
gt(ODataType right)
Creates filter expression using its StringValue as string, gt as operator and odatatype value as operand
|
FilterExpression |
le(ODataType right)
Creates filter expression using its StringValue as string, le as operator and odatatype value as operand
|
FilterExpression |
lt(ODataType right)
Creates filter expression using its StringValue as string, lt as operator and odatatype value as operand
|
FilterExpression |
ne(ODataType right)
Creates filter expression using its StringValue as string, ne as operator and odatatype value as operand
|
String |
toString()
Returns StringValue as string
|
public StringValue(FilterFunctions.FUNCTIONS operator, ODataProperty property, ODataType operand)
operator - name of filter functionproperty - name of property or StringValue as stringoperand - NullPointerExceptionIllegalArgumentExceptionpublic StringValue(FilterFunctions.FUNCTIONS operator, StringValue property, ODataType operand)
operator - name of filter functionproperty - name of property or StringValue as stringoperand - NullPointerExceptionIllegalArgumentExceptionpublic StringValue(FilterFunctions.FUNCTIONS operator, ODataProperty property, Integer pos, Integer length)
operator - name of filter functionproperty - name of property or StringValue as stringpos - length - NullPointerExceptionIllegalArgumentExceptionpublic StringValue(FilterFunctions.FUNCTIONS operator, StringValue property, Integer pos, Integer length)
operator - name of filter functionproperty - name of property or StringValue as stringpos - length - NullPointerExceptionIllegalArgumentExceptionpublic StringValue(FilterFunctions.FUNCTIONS operator, ODataProperty property, String find, String replace)
operator - name of filter functionproperty - name of property or StringValue as stringfind - replace - NullPointerExceptionIllegalArgumentExceptionpublic StringValue(FilterFunctions.FUNCTIONS operator, StringValue property, String find, String replace)
operator - name of filter functionproperty - name of property or StringValue as stringfind - replace - NullPointerExceptionIllegalArgumentExceptionpublic FilterExpression eq(ODataType right)
eq in interface LogicalOperatorspublic FilterExpression ne(ODataType right)
ne in interface LogicalOperatorspublic FilterExpression gt(ODataType right)
gt in interface LogicalOperatorspublic FilterExpression ge(ODataType right)
ge in interface LogicalOperatorspublic FilterExpression le(ODataType right)
le in interface LogicalOperatorspublic FilterExpression lt(ODataType right)
lt in interface LogicalOperatorspublic String getStringValue()
getStringValue in interface BaseFilterValueCopyright © 2020 SAP. All Rights Reserved.