Interface JPAExpressionOperator

All Superinterfaces:
JPAExpression, JPAOperator
All Known Subinterfaces:
JPABooleanOperator, JPAComparisonOperator<T>, JPAUnaryBooleanOperator
All Known Implementing Classes:
JPAComparisonOperatorImp

public interface JPAExpressionOperator extends JPAExpression
  • Method Summary

    Modifier and Type
    Method
    Description
    <E extends Enum<E>>
    Enum<E>
     

    Methods inherited from interface com.sap.olingo.jpa.processor.core.filter.JPAExpression

    get

    Methods inherited from interface com.sap.olingo.jpa.processor.core.filter.JPAOperator

    getName
  • Method Details

    • getOperator

      <E extends Enum<E>> Enum<E> getOperator()