Interface ValueBoolean
- All Superinterfaces:
Expressions.Operand
,Expressions.OperandSingle
,FilterableBoolean
,FilterableComparisonAbsolute
- All Known Implementing Classes:
ValueBoolean.Expression
public interface ValueBoolean
extends Expressions.OperandSingle, FilterableBoolean, FilterableComparisonAbsolute
OData filter expression operand of type Edm.Boolean
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementation with literal number value. -
Field Summary
-
Method Summary
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.Expressions.Operand
getExpression, getExpression
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableBoolean
and, and, not, or, or
Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.client.expression.FilterableComparisonAbsolute
equalTo, equalTo, equalToNull, in, in, in, in, notEqualTo, notEqualTo, notEqualToNull
-
Field Details
-
NULL
Null value for boolean operations.
-
-
Method Details
-
literal
Get the literal of this expression.- Parameters:
v
- boolean.- Returns:
- The literal.
-