public class NavigationPropertySegmentImpl extends Object implements NavigationPropertySegment
| Constructor and Description |
|---|
NavigationPropertySegmentImpl() |
| Modifier and Type | Method and Description |
|---|---|
EdmNavigationProperty |
getNavigationProperty()
Gets the navigation property.
|
EdmEntitySet |
getTargetEntitySet()
Gets the target entity set.
|
void |
setNavigationProperty(EdmNavigationProperty navigationProperty) |
void |
setTargetEntitySet(EdmEntitySet targetEntitySet) |
String |
toString() |
public EdmNavigationProperty getNavigationProperty()
NavigationPropertySegmentgetNavigationProperty in interface NavigationPropertySegmentEdmNavigationProperty navigation propertypublic void setNavigationProperty(EdmNavigationProperty navigationProperty)
public EdmEntitySet getTargetEntitySet()
NavigationPropertySegmentgetTargetEntitySet in interface NavigationPropertySegmentEdmEntitySet the target entity setpublic void setTargetEntitySet(EdmEntitySet targetEntitySet)
Copyright © 2020. All rights reserved.