Quote:
Questions:

-Is there a way to use wildcards in the xml mapping file, something like this?

Because i have lots of enumerations and don't want to map them explicitly

<mapping>

<from>*::PrimaEnum*</from>

<to>String</to>

</mapping> 
(end of quote)




No, but that would be a cool feature.  Can you file a JIRA issue for the CORE 
project to support this type of mapping?




Quote:
-Is there a way to generate enumerations classes as well with static final 
class members for the values?
(end of quote)




How are you modeling your enumerations?  Typically you'll model a class and 
give it to the <<Enumeration>> stereotype (which would generate all attribute 
as static final).
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3419#3419
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