Uses of Class
org.apache.olingo.odata2.api.edm.EdmLiteral

Packages that use EdmLiteral
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.uri URI Parser Facade 
org.apache.olingo.odata2.api.uri.expression Expression Parser 
org.apache.olingo.odata2.api.uri.info URI Parser Result Views 
 

Uses of EdmLiteral in org.apache.olingo.odata2.api.edm
 

Methods in org.apache.olingo.odata2.api.edm that return EdmLiteral
static EdmLiteral EdmSimpleTypeKind.parseUriLiteral(String uriLiteral)
          Parses a URI literal and determines its EDM simple type on the way.
 EdmLiteral EdmSimpleTypeFacade.parseUriLiteral(String uriLiteral)
          IMPORTANT: Use EdmSimpleTypeKind parseUriLiteral for the implementation.
 

Uses of EdmLiteral in org.apache.olingo.odata2.api.uri
 

Methods in org.apache.olingo.odata2.api.uri that return types with arguments of type EdmLiteral
 Map<String,EdmLiteral> UriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 

Uses of EdmLiteral in org.apache.olingo.odata2.api.uri.expression
 

Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmLiteral
 Object ExpressionVisitor.visitLiteral(LiteralExpression literal, EdmLiteral edmLiteral)
          Visits a literal expression
 

Uses of EdmLiteral in org.apache.olingo.odata2.api.uri.info
 

Methods in org.apache.olingo.odata2.api.uri.info that return types with arguments of type EdmLiteral
 Map<String,EdmLiteral> PutMergePatchUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> PostUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetSimplePropertyUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetMediaResourceUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetFunctionImportUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntityUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntitySetUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntitySetLinksUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntitySetLinksCountUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntitySetCountUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntityLinkUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntityLinkCountUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetEntityCountUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> GetComplexPropertyUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 Map<String,EdmLiteral> DeleteUriInfo.getFunctionImportParameters()
          Gets the parameters of a function import as Map from parameter names to their corresponding typed values, or an empty list if no function import is used or no parameters are given in the URI.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.