Class NavigationPropertyEntity
java.lang.Object
de.fraunhofer.iosb.ilt.frostclient.model.property.PropertyAbstract<P>
de.fraunhofer.iosb.ilt.frostclient.model.property.NavigationPropertyAbstract<Entity>
de.fraunhofer.iosb.ilt.frostclient.model.property.NavigationPropertyEntity
- All Implemented Interfaces:
Annotatable,Property<Entity>,NavigationProperty<Entity>,Comparable<Property<?>>
-
Field Summary
Fields inherited from class de.fraunhofer.iosb.ilt.frostclient.model.property.PropertyAbstract
annotations, keyPart, nullable, readOnly -
Constructor Summary
ConstructorsConstructorDescriptionNavigationPropertyEntity(String propertyName) NavigationPropertyEntity(String propertyName, NavigationPropertyAbstract inverse) -
Method Summary
Methods inherited from class de.fraunhofer.iosb.ilt.frostclient.model.property.NavigationPropertyAbstract
equals, getEntityType, getInverse, hashCode, isEntitySet, setEntityType, setInverse, setInversesMethods inherited from class de.fraunhofer.iosb.ilt.frostclient.model.property.PropertyAbstract
addAnnotation, getAnnotations, getJsonName, getName, getType, isKeyPart, isNullable, isReadOnly, setAnnotations, setKeyPart, setName, setNullable, setType, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.fraunhofer.iosb.ilt.frostclient.model.csdl.annotation.Annotatable
getAnnotationsMethods inherited from interface de.fraunhofer.iosb.ilt.frostclient.model.Property
compareTo, getJsonName, getName, getType, isKeyPart, isNullable, isReadOnly
-
Constructor Details
-
NavigationPropertyEntity
-