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.
Enum type of the field according to the metadata description.
Optional settings for this field.
Creates 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
Gets the path to the complex type property represented by this.
The path to the complex type property.
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 Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Represents a property with an enum value.