Janak,

If I have the following module :

Class a{
   String name

   static enum propertyids b{
       Dummy;
   }
}


How do write the coder for the inner "class propertyids" since I need access to the private class a.propertyids? For now, I made it public, but if I continue like this, I will have to expose all kinds of internals to build these coders. Any suggestions?

Class a{
   String name

   public static enum propertyids b{
       Dummy;
   }
}

Mario
Abacus Research
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to