Uses of Class
org.oasisopen.odata.csdl.v4.TNavigationProperty
-
Packages that use TNavigationProperty Package Description com.github.davidmoten.odata.client.generator com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of TNavigationProperty in com.github.davidmoten.odata.client.generator
Methods in com.github.davidmoten.odata.client.generator with parameters of type TNavigationProperty Modifier and Type Method Description StringNames. getType(TNavigationProperty x)booleanNames. isCollection(TNavigationProperty x) -
Uses of TNavigationProperty in com.github.davidmoten.odata.client.generator.model
Methods in com.github.davidmoten.odata.client.generator.model that return types with arguments of type TNavigationProperty Modifier and Type Method Description List<TNavigationProperty>ComplexType. getNavigationProperties()List<TNavigationProperty>EntityType. getNavigationProperties()abstract List<TNavigationProperty>Structure. getNavigationProperties() -
Uses of TNavigationProperty in org.oasisopen.odata.csdl.v4
Methods in org.oasisopen.odata.csdl.v4 that return TNavigationProperty Modifier and Type Method Description TNavigationPropertyObjectFactory. createTNavigationProperty()Create an instance ofTNavigationProperty
-