Package | Description |
---|---|
org.apache.olingo.commons.api.edm | |
org.apache.olingo.commons.api.edm.annotation |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmAction
A CSDL action.
|
interface |
EdmActionImport
An EdmActionImport element.
|
interface |
EdmAnnotation |
interface |
EdmBindingTarget
Entity Sets or Singletons can be bound to each other using a navigation property binding so an
EdmBindingTarget can either be an EdmEntitySet or an EdmSingleton . |
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmEntityContainer
A CSDL EntityContainer element.
|
interface |
EdmEntitySet
A CSDL EntitySet element.
|
interface |
EdmEntityType
A CSDL EntityType element.
|
interface |
EdmFunction
An EdmFunction as described in the OData specification
|
interface |
EdmFunctionImport
A CSDL FunctionImport element
|
interface |
EdmMember
An
EdmEnumType member element. |
interface |
EdmNavigationProperty
A CSDL NavigationProperty element
EdmNavigationProperty allows navigation from one entity type to another via a relationship. |
interface |
EdmOperation
A EdmOperation can either be an
EdmAction or an EdmFunction . |
interface |
EdmOperationImport
An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.
|
interface |
EdmParameter
A CSDL parameter element
|
interface |
EdmProperty
A CSDL Property element.
|
interface |
EdmReferentialConstraint
A referential constraint of a navigation property.
|
interface |
EdmSchema
A csdl schema element
|
interface |
EdmSingleton
An
EdmSingleton represents a single entity inside the entity model. |
interface |
EdmStructuredType
EdmStructuralType is the base for a complex type or an entity type.
|
interface |
EdmTerm
An
EdmTerm defines a term in a vocabulary. |
interface |
EdmTypeDefinition
An
EdmTypeDefinition defines a specialization of one of the possible primitive types. |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmApply |
interface |
EdmCast |
interface |
EdmIf |
interface |
EdmIsOf |
interface |
EdmLabeledElement |
interface |
EdmNull |
interface |
EdmPropertyValue |
interface |
EdmRecord |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.