Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.api.uri.expression |
Expression Parser
This package contains all classes necessary to decribe an expression tree(e.g. a filter or order by tree)
Trees can be traversed by implementing the
ExpressionVisitor
interface and calling the accept() method. |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmElement |
interface |
EdmNavigationProperty |
interface |
EdmParameter |
interface |
EdmProperty
A CSDL Property element
EdmProperty defines a simple type or a complex type.
|
Modifier and Type | Method and Description |
---|---|
EdmTyped |
EdmStructuralType.getProperty(String name)
Get property by name
|
EdmTyped |
EdmFunctionImport.getReturnType() |
Modifier and Type | Method and Description |
---|---|
EdmTyped |
PropertyExpression.getEdmProperty() |
Modifier and Type | Method and Description |
---|---|
Object |
ExpressionVisitor.visitProperty(PropertyExpression propertyExpression,
String uriLiteral,
EdmTyped edmProperty)
Visits a property expression
|
Copyright © 2013-2017 The Apache Software Foundation. All Rights Reserved.