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.api.edm | |
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmAssociation |
EdmAssociationSet.getAssociation()
Get the association
|
EdmAssociation |
Edm.getAssociation(String namespace,
String name)
Get association by full qualified name
See
EdmAssociation for more information. |
EdmAssociation |
EdmNavigationProperty.getRelationship()
Get the relationship of the navigation property
|
Modifier and Type | Method and Description |
---|---|
List<EdmAssociation> |
EdmSchema.getAssociations() |
Modifier and Type | Class and Description |
---|---|
class |
EdmAssociationImpl
Objects of this class represent Asociation
|
Modifier and Type | Method and Description |
---|---|
EdmAssociation |
EdmAssociationSetImpl.getAssociation() |
EdmAssociation |
EdmImpl.getAssociation(String namespaceOrAlias,
String name) |
EdmAssociation |
EdmNavigationPropertyImpl.getRelationship() |
Modifier and Type | Method and Description |
---|---|
List<EdmAssociation> |
EdmSchemaImpl.getAssociations() |
Map<FullQualifiedName,EdmAssociation> |
EdmImpl.getEdmAssociations() |
Modifier and Type | Method and Description |
---|---|
EdmSchemaImpl |
EdmSchemaImpl.setAssociations(List<EdmAssociation> associations)
Sets the
Association s for this EdmSchemaImpl |
EdmImpl |
EdmImpl.setEdmAssociations(Map<FullQualifiedName,EdmAssociation> edmAssociations) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.