hi, 


I wasn't quite right there getting the taggedValue type.  eg. If the type is a 
string[], i would get a string "_24400562_1086952699625_951149_84" as the type. 
 Why is that? The code I am using is 



public String handleGetType()

{

      String retType = "";

      TagDefinition type = this.metaObject.getType();

       if (type != null)

       {

            retType = type.getTagType();

        }

        return retType;

}



Chad, when could I expect your fix in? And after your fix, if I have array of 
string like string[] as the type, 



What would getType return?  "string[]"?

Is there anyone that another method could be added so that the single item type 
of an array would be returned, like "string"
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1763#1763
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to