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.client.core.edm.Impl |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmElement |
interface |
EdmEntitySet |
interface |
EdmEntityType
A CSDL EntityType element.
|
interface |
EdmFunctionImport |
interface |
EdmNavigationProperty |
interface |
EdmParameter |
interface |
EdmProperty
A CSDL Property element
EdmProperty defines a simple type or a complex type.
|
interface |
EdmStructuralType |
Modifier and Type | Class and Description |
---|---|
class |
EdmComplexPropertyImpl
Objects of this class represent ComplexProperty
|
class |
EdmComplexTypeImpl
Objects of this class represent ComplexType
|
class |
EdmElementImpl
Objects of this class represent EdmElement
|
class |
EdmEntitySetImpl
Objects of this class represent EdmEntitySet
|
class |
EdmEntityTypeImpl
Objects of this class represent EdmEntityType
|
class |
EdmFunctionImportImpl
Objects of this class represent EdmFunctionImport
|
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 |
EdmStructuralTypeImpl
Objects of this class represent structural type of the entity
|
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.