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. |
org.apache.olingo.odata2.client.core.edm.Impl |
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
|
Modifier and Type | Class and Description |
---|---|
class |
EdmComplexPropertyImpl
Objects of this class represent ComplexProperty
|
class |
EdmElementImpl
Objects of this class represent EdmElement
|
class |
EdmNavigationPropertyImpl
Objects of this class represent EdmNavigationProperty
|
class |
EdmParameterImpl
Objects of this class represent EdmParameter
|
class |
EdmPropertyImpl
Objects of this class represent EdmProperty
|
class |
EdmPropertyRefImpl
Objects of this class represent a reference to a property via its name
|
class |
EdmSimplePropertyImpl
Objects of this class represent EdmSimpleProperty
|
class |
EdmTypedImpl
Objects of this class represent type of the entity
|
Modifier and Type | Method and Description |
---|---|
EdmTyped |
EdmFunctionImportImpl.getEdmReturnType() |
EdmTyped |
EdmStructuralTypeImpl.getProperty(String name) |
protected EdmTyped |
EdmStructuralTypeImpl.getPropertyInternal(String name) |
protected EdmTyped |
EdmEntityTypeImpl.getPropertyInternal(String name) |
EdmTyped |
EdmFunctionImportImpl.getReturnType() |
Modifier and Type | Method and Description |
---|---|
void |
EdmFunctionImportImpl.setEdmReturnType(EdmTyped edmReturnType) |
void |
EdmFunctionImportImpl.setReturnType(EdmTyped returnType) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.