Interface FilterableNumeric<EntityT>

Type Parameters:
EntityT - Type of the entity which references the value.
All Superinterfaces:
EntityReference<EntityT>, Expressions.Operand, FilterableValue<EntityT,Number>
All Known Subinterfaces:
FilterableNumericDecimal<EntityT>, FilterableNumericInteger<EntityT>
All Known Implementing Classes:
FilterableNumericDecimal.Expression, FilterableNumericInteger.Expression, SimpleProperty.NumericDecimal, SimpleProperty.NumericInteger

public interface FilterableNumeric<EntityT> extends FilterableValue<EntityT,Number>
Fluent helper class to provide filter functions to OData expressions referenced by Number.