Class JPALiteralOperator

java.lang.Object
com.sap.olingo.jpa.processor.core.filter.JPALiteralOperator
All Implemented Interfaces:
JPAOperator, JPAPrimitiveTypeOperator

public class JPALiteralOperator extends Object implements JPAPrimitiveTypeOperator
  • Constructor Summary

    Constructors
    Constructor
    Description
    JPALiteralOperator​(org.apache.olingo.server.api.OData odata, org.apache.olingo.server.api.uri.queryoption.expression.Literal literal)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    get​(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAttribute attribute)
    Converts a literal value into system type of attribute
    get​(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAOperationResultParameter returnType)
     
    get​(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAParameter jpaParameter)
     
     
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JPALiteralOperator

      public JPALiteralOperator(org.apache.olingo.server.api.OData odata, org.apache.olingo.server.api.uri.queryoption.expression.Literal literal)
  • Method Details

    • get

      public Object get() throws org.apache.olingo.server.api.ODataApplicationException
      Specified by:
      get in interface JPAOperator
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • get

      public Object get(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAAttribute attribute) throws org.apache.olingo.server.api.ODataApplicationException
      Converts a literal value into system type of attribute
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • get

      public Object get(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAOperationResultParameter returnType) throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • get

      public Object get(com.sap.olingo.jpa.metadata.core.edm.mapper.api.JPAParameter jpaParameter) throws org.apache.olingo.server.api.ODataApplicationException
      Throws:
      org.apache.olingo.server.api.ODataApplicationException
    • isNull

      public boolean isNull()
      Specified by:
      isNull in interface JPAPrimitiveTypeOperator
    • getName

      public String getName()
      Specified by:
      getName in interface JPAOperator