public class BoolValue extends Object implements BaseFilterValue
| Constructor and Description |
|---|
BoolValue(FilterFunctions.FUNCTIONS function,
ODataProperty property,
ODataType<String> operand)
Constructs BoolValue
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue() |
FilterExpression |
isFalse()
Creates filter expression using its boolvalue as string, eq as operator and false as operand
|
FilterExpression |
isTrue()
Creates filter expression using its boolvalue as string, eq as operator and true as operand
|
String |
toString()
Returns BoolValue as string
|
public BoolValue(FilterFunctions.FUNCTIONS function, ODataProperty property, ODataType<String> operand)
function - name of filter functionproperty - name of property or BoolValue as stringoperand - public FilterExpression isFalse()
public FilterExpression isTrue()
public String getStringValue()
getStringValue in interface BaseFilterValueCopyright © 2020 SAP. All Rights Reserved.