Re: [Andromda-devel] Parameter type modifier

2004-05-14 Thread Walter Mourão
I understand... The big challenge in my case is that the function isArray() (class ParameterFacadeLogicImpl) uses the java mapping to calculate the result, so I should have mappings to all cases in the model. I will try your idea or another workaround. Thanks,

Re: [Andromda-devel] Parameter type modifier

2004-05-13 Thread Chad Brandon
Hey Walter, >From what I've seen (when I was looking a while back), I don't think there's a way to get a type modifier that doesn't involve using an extension of the modeling tool. I don't think we can get it through standard JMI. For example, Magic Draw stores the parameter type modifier as a ma

[Andromda-devel] Parameter type modifier

2004-05-13 Thread Walter Mourão
Hi folks, Is there a way to get the "type modifier" of parameters and attributes ? I need that to use <> arrays to fill (bpm4struts) backing lists with known objects as a way to pass parameters to jsp tags. If it is not implemented, could anybody give me a hint ? I already implemented a StrutsPar