Uses of Class
org.apache.olingo.odata2.api.edm.provider.NavigationProperty

Packages that use NavigationProperty
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of NavigationProperty in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return NavigationProperty
 NavigationProperty NavigationProperty.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the List of AnnotationAttribute for this NavigationProperty
 NavigationProperty NavigationProperty.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the List of AnnotationElement for this NavigationProperty
 NavigationProperty NavigationProperty.setDocumentation(Documentation documentation)
          Sets the Documentation for this NavigationProperty
 NavigationProperty NavigationProperty.setFromRole(String fromRole)
          Sets the role this NavigationProperty is comming from
 NavigationProperty NavigationProperty.setMapping(Mapping mapping)
          Sets the Mapping for this NavigationProperty
 NavigationProperty NavigationProperty.setName(String name)
          Sets the name of this NavigationProperty
 NavigationProperty NavigationProperty.setRelationship(FullQualifiedName relationship)
          Sets the FullQualifiedName for the relationship of this NavigationProperty
 NavigationProperty NavigationProperty.setToRole(String toRole)
          Sets the role this NavigationProperty is going to
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type NavigationProperty
 List<NavigationProperty> EntityType.getNavigationProperties()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type NavigationProperty
 EntityType EntityType.setNavigationProperties(List<NavigationProperty> navigationProperties)
          Sets the NavigationPropertys for this EntityType
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.