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(); <<<--
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)