Re: Instantiating a class in a modello DataModel

2006-06-14 Thread Brett Porter
use new MyClass() Prasad Kashyap wrote: Hi, How I can instantiate a class while declaring it as a field member in a modello DataModel ? field/association/type is another class that needs to be instantiated.. myObj 1.0.0 MyClass MyClass myObj = new MyClass(); <<<--

Instantiating a class in a modello DataModel

2006-06-14 Thread Prasad Kashyap
Hi, How I can instantiate a class while declaring it as a field member in a modello DataModel ? field/association/type is another class that needs to be instantiated.. myObj 1.0.0 MyClass MyClass myObj = new MyClass(); <<<-- is what I need MyClass myObj; (= null)