Class EdmNavigationPropertyBindingImpl
java.lang.Object
org.apache.olingo.commons.core.edm.EdmNavigationPropertyBindingImpl
- All Implemented Interfaces:
EdmNavigationPropertyBinding
public class EdmNavigationPropertyBindingImpl
extends Object
implements EdmNavigationPropertyBinding
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EdmNavigationPropertyBindingImpl
-
-
Method Details
-
getPath
Description copied from interface:EdmNavigationPropertyBindingA 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.- Specified by:
getPathin interfaceEdmNavigationPropertyBinding- Returns:
- path which leads to the target.
-
getTarget
- Specified by:
getTargetin interfaceEdmNavigationPropertyBinding- Returns:
- the entity set or singleton this binding refers to.
-