Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlNavigationProperty
Packages that use CsdlNavigationProperty
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlNavigationProperty in org.apache.olingo.commons.api.edm.provider
Fields in org.apache.olingo.commons.api.edm.provider with type parameters of type CsdlNavigationPropertyModifier and TypeFieldDescriptionprotected List<CsdlNavigationProperty>
CsdlStructuralType.navigationProperties
The Navigation properties.Methods in org.apache.olingo.commons.api.edm.provider that return CsdlNavigationPropertyModifier and TypeMethodDescriptionCsdlStructuralType.getNavigationProperty
(String name) Gets navigation property.CsdlNavigationProperty.setAnnotations
(List<CsdlAnnotation> annotations) Sets a list of annotationsCsdlNavigationProperty.setCollection
(boolean isCollection) Sets collection.CsdlNavigationProperty.setContainsTarget
(boolean containsTarget) Sets contains target.Sets name.CsdlNavigationProperty.setNullable
(Boolean nullable) Sets nullable.CsdlNavigationProperty.setOnDelete
(CsdlOnDelete onDelete) Sets on delete.CsdlNavigationProperty.setPartner
(String partner) Sets partner.CsdlNavigationProperty.setReferentialConstraints
(List<CsdlReferentialConstraint> referentialConstraints) Sets referential constraints.Sets type.CsdlNavigationProperty.setType
(FullQualifiedName type) Sets type.Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlNavigationPropertyModifier and TypeMethodDescriptionCsdlStructuralType.getNavigationProperties()
Gets navigation properties.Method parameters in org.apache.olingo.commons.api.edm.provider with type arguments of type CsdlNavigationPropertyModifier and TypeMethodDescriptionCsdlComplexType.setNavigationProperties
(List<CsdlNavigationProperty> navigationProperties) CsdlEntityType.setNavigationProperties
(List<CsdlNavigationProperty> navigationProperties) CsdlStructuralType.setNavigationProperties
(List<CsdlNavigationProperty> navigationProperties) Sets navigation properties.