public interface NavigationPropertyAnnotationModel
Modifier and Type | Method and Description |
---|---|
String |
getEdmName()
Name of the navigation property as defined in the OData EDM.
|
boolean |
isManyMultiplicity()
Checks whether the relation is 1..n (one-to-many), or not.
|
@Nonnull String getEdmName()
boolean isManyMultiplicity()
true
if this navigation is a one-to-many relation, false
else.Copyright © 2019 SAP SE. All rights reserved.