Uses of Class
de.fraunhofer.iosb.ilt.frostclient.model.property.NavigationPropertyAbstract
Packages that use NavigationPropertyAbstract
Package
Description
-
Uses of NavigationPropertyAbstract in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return NavigationPropertyAbstract -
Uses of NavigationPropertyAbstract in de.fraunhofer.iosb.ilt.frostclient.model.property
Modifier and TypeClassDescriptionclassclassMethods in de.fraunhofer.iosb.ilt.frostclient.model.property that return NavigationPropertyAbstractMethods in de.fraunhofer.iosb.ilt.frostclient.model.property with parameters of type NavigationPropertyAbstractModifier and TypeMethodDescriptionfinal voidNavigationPropertyAbstract.setInverse(NavigationPropertyAbstract inverse) Set the inverse to the given NP.final voidNavigationPropertyAbstract.setInverses(NavigationPropertyAbstract inverse) Set the inverse of this NP to to given NP, and set the inverse of the given NP to this NP.Constructors in de.fraunhofer.iosb.ilt.frostclient.model.property with parameters of type NavigationPropertyAbstractModifierConstructorDescriptionNavigationPropertyEntity(String propertyName, NavigationPropertyAbstract inverse) NavigationPropertyEntitySet(String propertyName, NavigationPropertyAbstract inverse)