| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.api.uri.expression |
Expression Parser
|
| org.apache.olingo.odata2.core.edm.provider | |
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdmElement |
interface |
EdmNavigationProperty |
interface |
EdmParameter |
interface |
EdmProperty
A CSDL Property element
|
| 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 |
EdmComplexPropertyImplProv |
class |
EdmElementImplProv |
class |
EdmNavigationPropertyImplProv |
class |
EdmParameterImplProv |
class |
EdmPropertyImplProv |
class |
EdmSimplePropertyImplProv |
class |
EdmTypedImplProv |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EdmTyped> |
EdmStructuralTypeImplProv.edmProperties |
| Modifier and Type | Method and Description |
|---|---|
protected EdmTyped |
EdmEntityTypeImplProv.createNavigationProperty(NavigationProperty property) |
protected EdmTyped |
EdmStructuralTypeImplProv.createProperty(Property property) |
EdmTyped |
EdmStructuralTypeImplProv.getProperty(String name) |
protected EdmTyped |
EdmStructuralTypeImplProv.getPropertyInternal(String name) |
protected EdmTyped |
EdmEntityTypeImplProv.getPropertyInternal(String name) |
EdmTyped |
EdmFunctionImportImplProv.getReturnType() |
| Modifier and Type | Method and Description |
|---|---|
EdmTyped |
PropertyExpressionImpl.getEdmProperty() |
| Modifier and Type | Method and Description |
|---|---|
CommonExpression |
PropertyExpressionImpl.setEdmProperty(EdmTyped edmProperty) |
Object |
JsonVisitor.visitProperty(PropertyExpression propertyExpression,
String uriLiteral,
EdmTyped edmProperty) |
Copyright © 2020. All rights reserved.