java Programming Glossary: queryvalue
Can I instantiate a superclass and have a particular subclass be instantiated based on the parameters supplied http://stackoverflow.com/questions/6424848/can-i-instantiate-a-superclass-and-have-a-particular-subclass-be-instantiated-ba with getters setters int id String uri String name Set QueryValue values String selected The QueryValue class had these fields.. uri String name Set QueryValue values String selected The QueryValue class had these fields with getters setters perviously int id.. name I now want to be able to have different types of QueryValue. I want to add a NumericQueryValue class subclass of QueryValue..
|