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()
Get all annotations applied to an EDM element
|
String |
getFromRole()
Get the from role of the navigation property
|
EdmMapping |
getMapping()
Get mapping information applied to an EDM element
|
EdmMultiplicity |
getMultiplicity()
See
EdmMultiplicity for more information about possible multiplicities. |
EdmAssociation |
getRelationship()
Get the relationship of the navigation property
|
String |
getToRole()
Get the to role of the navigation property
|
EdmType |
getType()
See
EdmType for more information about possible types. |
getNamepublic EdmNavigationPropertyImplProv(EdmImplProv edm, NavigationProperty property) throws EdmException
EdmExceptionpublic EdmType getType() throws EdmException
EdmTypedEdmType for more information about possible types.getType in interface EdmTypedgetType in class EdmTypedImplProvEdmTypeEdmExceptionpublic EdmMultiplicity getMultiplicity() throws EdmException
EdmTypedEdmMultiplicity for more information about possible multiplicities.getMultiplicity in interface EdmTypedgetMultiplicity in class EdmTypedImplProvEdmMultiplicityEdmExceptionpublic EdmAssociation getRelationship() throws EdmException
EdmNavigationPropertygetRelationship in interface EdmNavigationPropertyEdmAssociationEdmExceptionpublic String getFromRole() throws EdmException
EdmNavigationPropertygetFromRole in interface EdmNavigationPropertyEdmExceptionpublic String getToRole() throws EdmException
EdmNavigationPropertygetToRole in interface EdmNavigationPropertyEdmExceptionpublic EdmAnnotations getAnnotations() throws EdmException
EdmAnnotatablegetAnnotations in interface EdmAnnotatableEdmAnnotations never nullEdmExceptionpublic EdmMapping getMapping() throws EdmException
EdmMappablegetMapping in interface EdmMappableEdmMappingEdmExceptionCopyright © 2020. All rights reserved.