Interface EdmNavigationPropertyBinding
public interface EdmNavigationPropertyBinding
A navigation property binding which binds entity sets or singletons with each other.
-
Method Summary
-
Method Details
-
getPath
String getPath()A path contains the full qualified name of the type it is referring to as a first segment. If it is a type nested inside another type the path is separated by forward slashes.- Returns:
- path which leads to the target.
-
getTarget
String getTarget()- Returns:
- the entity set or singleton this binding refers to.
-