Type of the entity the field belongs to.
Enum type that contains all valid enum entries for this field.
Boolean type that represents whether the field is nullable.
Boolean type that represents whether the field is selectable.
Creates an instance of EnumField.
Actual name of the field used in the OData request.
The constructor of the entity or the complex type field this field belongs to.
Optional
enumType: Record<string, EnumT>Enum type of the field according to the metadata description.
Optional
fieldOptions: FieldOptions<NullableT, SelectableT>Optional settings for this field.
Readonly
_entityReadonly
_fieldReadonly
_fieldReadonly
_fieldReadonly
edmOptional
Readonly
enumCreates an instance of Filter for this field and the given value using the operator 'eq', i.e. ==
.
Value to be used in the filter.
The resulting filter.
Creates an instance of Filter for this field and the given value using the operator 'ne', i.e. !=
.
Value to be used in the filter.
The resulting filter.
Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.
Represents a property with an enum value.