| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.edm.provider |
| 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
|
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 |
AbstractSimpleType
Abstract implementation of the EDM simple-type interface.
|
class |
Bit
Implementation of the internal simple type Bit.
|
class |
EdmBinary
Implementation of the EDM simple type Binary.
|
class |
EdmBoolean
Implementation of the EDM simple type Boolean.
|
class |
EdmByte
Implementation of the EDM simple type Byte.
|
class |
EdmDateTime
Implementation of the EDM simple type DateTime.
|
class |
EdmDateTimeOffset
Implementation of the EDM simple type DateTimeOffset.
|
class |
EdmDecimal
Implementation of the EDM simple type Decimal.
|
class |
EdmDouble
Implementation of the EDM simple type Double.
|
class |
EdmGuid
Implementation of the EDM simple type Guid.
|
class |
EdmInt16
Implementation of the EDM simple type Int16.
|
class |
EdmInt32
Implementation of the EDM simple type Int32.
|
class |
EdmInt64
Implementation of the EDM simple type Int64.
|
class |
EdmNull
Implementation of the simple type Null.
|
class |
EdmSByte
Implementation of the EDM simple type SByte.
|
class |
EdmSingle
Implementation of the EDM simple type Single.
|
class |
EdmString
Implementation of the EDM simple type String.
|
class |
EdmTime
Implementation of the EDM simple type Time.
|
class |
Uint7
Implementation of the internal simple type "unsigned 7-bit integer".
|
| Modifier and Type | Class and Description |
|---|---|
class |
EdmAssociationImplProv |
class |
EdmAssociationSetImplProv |
class |
EdmComplexPropertyImplProv |
class |
EdmComplexTypeImplProv |
class |
EdmElementImplProv |
class |
EdmEntityContainerImplProv |
class |
EdmEntitySetImplProv |
class |
EdmEntityTypeImplProv |
class |
EdmFunctionImportImplProv |
class |
EdmNamedImplProv
See in ABNF
|
class |
EdmNavigationPropertyImplProv |
class |
EdmParameterImplProv |
class |
EdmPropertyImplProv |
class |
EdmSimplePropertyImplProv |
class |
EdmStructuralTypeImplProv |
class |
EdmTypedImplProv |
Copyright © 2020. All rights reserved.