Add call to retrieve the name of a type without it having to be fully qualified
-------------------------------------------------------------------------------

         Key: UMLMETA-37
         URL: http://jira.andromda.org/browse/UMLMETA-37
     Project: UML Metafacades
        Type: Improvement
    Versions: 3.0 Final    
    Reporter: Jonathan Porter
 Assigned to: Wouter Zoons 


I'd like, where possible, to refer to types (bespoke and language built-ins) 
without using their full package names each time.

By using ${property.type.name} I seem to get what I want, however this appears 
to be the name prior to any language mappings specified in the mapping XML file.

i.e. if I have:

<mapping>
<from>datatype::String</from>
<to>new.language.WeirdString</to>
</mapping>

in my conf file then I get 'String' not 'WeirdString'.

${property.type.fullyQualifiedName} on the other hand gives the correctly 
mapped type but, of course, is fully qualified - I get 
'new.language.WeirdString'.

Could a call be added to allow for the retrieval of this non-qualified type 
name (post-language mapping), please?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.andromda.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Andromda-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to