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 | Method and Description |
---|---|
EdmAnnotations |
EdmAnnotatable.getAnnotations()
Get all annotations applied to an EDM element
|
Modifier and Type | Class and Description |
---|---|
class |
EdmAnnotationsImpl
Objects of this class represent annotation elements and attributes
|
Modifier and Type | Method and Description |
---|---|
EdmAnnotations |
EdmStructuralTypeImpl.getAnnotations() |
EdmAnnotations |
EdmNavigationPropertyImpl.getAnnotations() |
EdmAnnotations |
EdmReferentialConstraintRoleImpl.getAnnotations() |
EdmAnnotations |
EdmFunctionImportParameter.getAnnotations() |
EdmAnnotations |
EdmEntityContainerImpl.getAnnotations() |
EdmAnnotations |
EdmFunctionImportImpl.getAnnotations() |
EdmAnnotations |
EdmAssociationSetEndImpl.getAnnotations() |
EdmAnnotations |
EdmReferentialConstraintImpl.getAnnotations() |
EdmAnnotations |
EdmParameterImpl.getAnnotations() |
EdmAnnotations |
EdmEntitySetImpl.getAnnotations() |
EdmAnnotations |
EdmAssociationImpl.getAnnotations() |
EdmAnnotations |
EdmPropertyImpl.getAnnotations() |
EdmAnnotations |
EdmAssociationSetImpl.getAnnotations() |
EdmAnnotations |
EdmAssociationEndImpl.getAnnotations() |
Modifier and Type | Method and Description |
---|---|
void |
EdmStructuralTypeImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmNavigationPropertyImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmReferentialConstraintRoleImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmEntityContainerImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmFunctionImportImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmAssociationSetEndImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmReferentialConstraintImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmParameterImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmAssociationImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmPropertyImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmAssociationSetImpl.setAnnotations(EdmAnnotations annotations) |
void |
EdmAssociationEndImpl.setAnnotations(EdmAnnotations annotations) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.