EntityT
- Type of the entity which references the value.EnumT
- Type of the Enum value.public interface FilterableEnum<EntityT,EnumT extends VdmEnum> extends Expressions.Operand, EntityReference<EntityT>
NULL
Modifier and Type | Method and Description |
---|---|
default FilterableBoolean<EntityT> |
equalTo(EnumT operand)
Filter by expression "eq".
|
default FilterableBoolean<EntityT> |
equalTo(FilterableEnum<?,EnumT> operand)
Filter by expression "eq".
|
String |
getEnumType()
OData Enum type identifier.
|
default FilterableBoolean<EntityT> |
notEqualTo(EnumT operand)
Filter by expression "ne".
|
default FilterableBoolean<EntityT> |
notEqualTo(FilterableEnum<?,EnumT> operand)
Filter by expression "ne".
|
getExpression, getExpression
getEntityType
@Nonnull String getEnumType()
@Nonnull default FilterableBoolean<EntityT> equalTo(@Nonnull FilterableEnum<?,EnumT> operand)
operand
- The generic operand to compare with.@Nonnull default FilterableBoolean<EntityT> equalTo(@Nonnull EnumT operand)
operand
- The generic operand to compare with.@Nonnull default FilterableBoolean<EntityT> notEqualTo(@Nonnull FilterableEnum<?,EnumT> operand)
operand
- The generic operand to compare with.@Nonnull default FilterableBoolean<EntityT> notEqualTo(@Nonnull EnumT operand)
operand
- The generic operand to compare with.Copyright © 2021 SAP SE. All rights reserved.