|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NavigationSegment
Navigation segment, consisting of a navigation property, its target entity set, and, optionally, a list of key predicates to determine a single entity out of the target entity set.
Method Summary | |
---|---|
EdmEntitySet |
getEntitySet()
Gets the target entity set. |
List<KeyPredicate> |
getKeyPredicates()
Gets the key predicate for the target entity set. |
EdmNavigationProperty |
getNavigationProperty()
Gets the navigation property. |
Method Detail |
---|
EdmNavigationProperty getNavigationProperty()
EdmNavigationProperty
navigation property of this navigation segmentEdmEntitySet getEntitySet()
EdmEntitySet
entity set of this navigation segmentList<KeyPredicate> getKeyPredicates()
KeyPredicate
: key predicate of this navigation segment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |