public interface ValueBoolean extends Expressions.OperandSingle, FilterableBoolean, FilterableComparisonAbsolute
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValueBoolean.Expression
Implementation with literal number value.
|
| Modifier and Type | Field and Description |
|---|---|
static ValueBoolean |
NULL
Null value for boolean operations.
|
| Modifier and Type | Method and Description |
|---|---|
static ValueBoolean |
literal(Boolean v)
Get the literal of this expression.
|
and, and, not, or, orequalTo, equalTo, equalToNull, in, in, in, in, notEqualTo, notEqualTo, notEqualToNullgetExpression, getExpression@Nonnull static final ValueBoolean NULL
@Nonnull static ValueBoolean literal(@Nonnull Boolean v)
v - boolean.Copyright © 2022 SAP SE. All rights reserved.