Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my schema I have a base class called "TypeGroup" and a few classes that extend from it. Every class has a member "value" with a different type.

In my program I got the "TypeGroup" class instance and I want to get the "value" from the the extension class.

I thought to make the member type "object" in the base class "TypeGroup" but I don't know how to do it.

I'd like some ideas to resolve my problems

thanks; roi.

share|improve this question
Just to clarify, you have a schema and you want to generate the model as described in this question? If so, do you need to generate the model or is it ok to modify the classes manually? – Blaise Doughan Mar 21 '11 at 17:09

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.