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 | |
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmAssociation |
interface |
EdmAssociationEnd |
interface |
EdmAssociationSet |
interface |
EdmAssociationSetEnd |
interface |
EdmComplexType
A CSDL ComplexType element.
|
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 |
EdmReferentialConstraint |
interface |
EdmStructuralType |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmMetadataAssociationEnd |
Modifier and Type | Class and Description |
---|---|
class |
EdmAssociationEndImpl
Objects of this class represent AssociationEnds
|
class |
EdmAssociationImpl
Objects of this class represent Asociation
|
class |
EdmAssociationSetEndImpl
Objects of this class represent AssociationSetEnd
|
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 |
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 |
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 |
EdmReferentialConstraintImpl
Objects of this class represent EdmReferentialConstraint
|
class |
EdmReferentialConstraintRoleImpl
Objects of this class represent EdmReferentialConstraintRole
|
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.