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 |
---|---|
EdmReferentialConstraintRole |
EdmReferentialConstraint.getDependent()
Get the dependent end element
|
EdmReferentialConstraintRole |
EdmReferentialConstraint.getPrincipal()
Get the principal end element
|
Modifier and Type | Class and Description |
---|---|
class |
EdmReferentialConstraintRoleImpl
Objects of this class represent EdmReferentialConstraintRole
|
Modifier and Type | Method and Description |
---|---|
EdmReferentialConstraintRole |
EdmReferentialConstraintImpl.getDependent() |
EdmReferentialConstraintRole |
EdmReferentialConstraintImpl.getPrincipal() |
Modifier and Type | Method and Description |
---|---|
void |
EdmReferentialConstraintImpl.setDependent(EdmReferentialConstraintRole referentialConstraintDependentRole) |
void |
EdmReferentialConstraintImpl.setPrincipal(EdmReferentialConstraintRole referentialConstraintPrincipalRole) |
void |
EdmReferentialConstraintRoleImpl.setRole(EdmReferentialConstraintRole role) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.