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.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
static EdmMultiplicity |
EdmMultiplicity.fromLiteral(String literal)
Gets the multiplicity for a given name.
|
EdmMultiplicity |
EdmAssociationEnd.getMultiplicity()
See
EdmMultiplicity for more information about possible multiplicities. |
EdmMultiplicity |
EdmTyped.getMultiplicity()
See
EdmMultiplicity for more information about possible multiplicities. |
static EdmMultiplicity |
EdmMultiplicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdmMultiplicity[] |
EdmMultiplicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EdmMultiplicity |
AssociationEnd.getMultiplicity() |
EdmMultiplicity |
ReturnType.getMultiplicity() |
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
AssociationEnd.setMultiplicity(EdmMultiplicity multiplicity)
Sets the
EdmMultiplicity for this AssociationEnd |
ReturnType |
ReturnType.setMultiplicity(EdmMultiplicity multiplicity)
Sets the
EdmMultiplicity of this ReturnType |
Modifier and Type | Field and Description |
---|---|
protected EdmMultiplicity |
EdmTypedImpl.multiplicity |
Modifier and Type | Method and Description |
---|---|
EdmMultiplicity |
EdmAssociationImpl.getEndMultiplicity(String role) |
EdmMultiplicity |
EdmTypedImpl.getMultiplicity() |
EdmMultiplicity |
EdmNavigationPropertyImpl.getMultiplicity() |
EdmMultiplicity |
EdmAssociationEndImpl.getMultiplicity() |
Modifier and Type | Method and Description |
---|---|
EdmTypedImpl |
EdmTypedImpl.setMultiplicity(EdmMultiplicity multiplicity) |
void |
EdmAssociationEndImpl.setMultiplicity(EdmMultiplicity edmMultiplicity) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.