Class NavigationPropertyAbstract<P>

java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.property.PropertyAbstract<P>
de.fraunhofer.iosb.ilt.frostclient.model.property.NavigationPropertyAbstract<P>
Type Parameters:
P - The entityType of the value of the property.
All Implemented Interfaces:
Property<P>, NavigationProperty<P>, Comparable<Property<?>>
Direct Known Subclasses:
NavigationPropertyEntity, NavigationPropertyEntitySet

public abstract class NavigationPropertyAbstract<P> extends PropertyAbstract<P> implements NavigationProperty<P>