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 |
EdmAssociation |
interface |
EdmAssociationSet |
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmElement |
interface |
EdmEntityContainer |
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 |
EdmSimpleType
EdmSimpleType is a primitive type as defined in the Entity Data Model (EDM).
|
interface |
EdmStructuralType |
interface |
EdmType |
interface |
EdmTyped |
Modifier and Type | Class and Description |
---|---|
class |
EdmAssociationImpl
Objects of this class represent Asociation
|
class |
EdmAssociationSetImpl
Objects of this class represent AssociationSet
|
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 |
EdmEntityContainerImpl
Objects of this class represent EdmEntityContainer
|
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 |
EdmNamedImpl
See in ABNF
Note:this pattern is overly restrictive, the normative definition is type TSimpleIdentifier in OData EDM XML Schema
And in OData V2 MC-CSDL (Release v20110610)
Section 2.2.6 SimpleIdentifierSimpleIdentifier is a string-based representation. |
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
|
class |
EdmTypedImpl
Objects of this class represent type of the entity
|
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.