Uses of Interface
de.fraunhofer.iosb.ilt.frostclient.model.property.NavigationProperty
Packages that use NavigationProperty
Package
Description
-
Uses of NavigationProperty in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient with parameters of type NavigationPropertyModifier and TypeMethodDescriptionSensorThingsService.getFullPath(Entity parent, NavigationProperty relation) The full path to the entity or collection. -
Uses of NavigationProperty in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return types with arguments of type NavigationPropertyModifier and TypeMethodDescriptionEntityType.getNavigationProperties()Get the set of Navigation properties. -
Uses of NavigationProperty in de.fraunhofer.iosb.ilt.frostclient.model.csdl
Methods in de.fraunhofer.iosb.ilt.frostclient.model.csdl with parameters of type NavigationPropertyModifier and TypeMethodDescriptionCsdlPropertyNavigation.fillFrom(CsdlDocument doc, String nameSpace, EntityType et, NavigationProperty np) static CsdlPropertyNavigationCsdlPropertyNavigation.of(CsdlDocument doc, String nameSpace, EntityType et, NavigationProperty np) MxGraphGenerator.textForNp(NavigationProperty np) -
Uses of NavigationProperty in de.fraunhofer.iosb.ilt.frostclient.model.property
Classes in de.fraunhofer.iosb.ilt.frostclient.model.property that implement NavigationPropertyModifier and TypeClassDescriptionclassclassclassMethods in de.fraunhofer.iosb.ilt.frostclient.model.property that return NavigationPropertyModifier and TypeMethodDescriptionNavigationProperty.getInverse()Get the inverse of this NavigationProperty. -
Uses of NavigationProperty in de.fraunhofer.iosb.ilt.frostclient.utils
Methods in de.fraunhofer.iosb.ilt.frostclient.utils with parameters of type NavigationPropertyModifier and TypeMethodDescriptionstatic StringParserUtils.relationPath(Entity parent, NavigationProperty relation) The local path to an entity or collection.