@Beta public interface FieldUntyped extends FieldReference, FilterableComparisonAbsolute, FilterableComparisonRelative
NULL
Modifier and Type | Method and Description |
---|---|
default ValueBinary |
asBinary()
Cast the field reference to a binary value, enabling type-safe expressions.
|
default ValueBoolean |
asBoolean()
Cast the field reference to a boolean value, enabling type-safe expressions.
|
default ValueCollection |
asCollection()
Cast the field reference to a collection value, enabling type-safe expressions.
|
default ValueDate |
asDate()
Cast the field reference to a date value, enabling type-safe expressions.
|
default ValueDateTimeOffset |
asDateTimeOffset()
Cast the field reference to an offset-date-time value, enabling type-safe expressions.
|
default ValueDuration |
asDuration()
Cast the field reference to a duration value, enabling type-safe expressions.
|
default ValueNumeric |
asNumber()
Cast the field reference to a numeric value, enabling type-safe expressions.
|
default ValueString |
asString()
Cast the field reference to a string value, enabling type-safe expressions.
|
default ValueTimeOfDay |
asTimeOfDay()
Cast the field reference to a time-of-day value, enabling type-safe expressions.
|
getExpression, getFieldName, of
getExpression
equalTo, equalTo, notEqualTo, notEqualTo
greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual
@Nonnull default ValueString asString()
@Nonnull default ValueNumeric asNumber()
@Nonnull default ValueBoolean asBoolean()
@Nonnull default ValueBinary asBinary()
@Nonnull default ValueDuration asDuration()
@Nonnull default ValueTimeOfDay asTimeOfDay()
@Nonnull default ValueDateTimeOffset asDateTimeOffset()
@Nonnull default ValueDate asDate()
@Nonnull default ValueCollection asCollection()
Copyright © 2021 SAP SE. All rights reserved.