Uses of Class
org.oasisopen.odata.csdl.v4.TPropertyRef
-
Packages that use TPropertyRef Package Description com.github.davidmoten.odata.client.generator.model org.oasisopen.odata.csdl.v4 -
-
Uses of TPropertyRef in com.github.davidmoten.odata.client.generator.model
Constructors in com.github.davidmoten.odata.client.generator.model with parameters of type TPropertyRef Constructor Description PropertyRef(TPropertyRef value, EntityType entityType, Names names) -
Uses of TPropertyRef in org.oasisopen.odata.csdl.v4
Fields in org.oasisopen.odata.csdl.v4 with type parameters of type TPropertyRef Modifier and Type Field Description protected List<TPropertyRef>TEntityKeyElement. propertyRefMethods in org.oasisopen.odata.csdl.v4 that return TPropertyRef Modifier and Type Method Description TPropertyRefObjectFactory. createTPropertyRef()Create an instance ofTPropertyRefMethods in org.oasisopen.odata.csdl.v4 that return types with arguments of type TPropertyRef Modifier and Type Method Description List<TPropertyRef>TEntityKeyElement. getPropertyRef()Gets the value of the propertyRef property.
-