Package | Description |
---|---|
org.apache.olingo.commons.api.edm |
Modifier and Type | Interface and Description |
---|---|
interface |
EdmActionImport
An EdmActionImport element.
|
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 |
EdmEnumType
An EdmEnumType represents a set of related values.
|
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 |
EdmOperationImport
An EdmOperationImport can be an EdmActionImport or an EdmFunctionImport.
|
interface |
EdmProperty
A CSDL Property 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 | Method and Description |
---|---|
EdmAnnotationsTarget |
EdmAnnotations.getTarget() |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.