phdmohans / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Complex Type needs to enable inheritance from base type #87

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write code to create an EdmComplexType "MyBaseType"
2. Write code to create another EdmComplexType "MyDerivedType"
3. There is no "setBaseType(...)" method available.

What is the expected output? What do you see instead?

Expect EdmComplexType.setBaseType() method(s) to be available.

What version of the product are you using? On what operating system?

odata4j 0.5

Please provide any additional information below.

Original issue reported on code.google.com by sstro...@gmail.com on 4 Nov 2011 at 2:43