public class EdmNavigationPropertyImplProv extends EdmTypedImplProv implements EdmNavigationProperty, EdmAnnotatable
edmTypeedm| Constructor and Description |
|---|
EdmNavigationPropertyImplProv(EdmImplProv edm,
NavigationProperty property) |
| Modifier and Type | Method and Description |
|---|---|
EdmAnnotations |
getAnnotations() |
String |
getFromRole() |
EdmMapping |
getMapping() |
EdmMultiplicity |
getMultiplicity() |
EdmAssociation |
getRelationship() |
String |
getToRole() |
EdmType |
getType() |
getNamepublic EdmNavigationPropertyImplProv(EdmImplProv edm, NavigationProperty property) throws EdmException
EdmExceptionpublic EdmType getType() throws EdmException
getType in interface EdmTypedgetType in class EdmTypedImplProvEdmExceptionpublic EdmMultiplicity getMultiplicity() throws EdmException
getMultiplicity in interface EdmTypedgetMultiplicity in class EdmTypedImplProvEdmExceptionpublic EdmAssociation getRelationship() throws EdmException
getRelationship in interface EdmNavigationPropertyEdmExceptionpublic String getFromRole() throws EdmException
getFromRole in interface EdmNavigationPropertyEdmExceptionpublic String getToRole() throws EdmException
getToRole in interface EdmNavigationPropertyEdmExceptionpublic EdmAnnotations getAnnotations() throws EdmException
getAnnotations in interface EdmAnnotatableEdmExceptionpublic EdmMapping getMapping() throws EdmException
getMapping in interface EdmMappableEdmExceptionCopyright © 2013-2023 The Apache Software Foundation. All Rights Reserved.