Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: YanDJ on December 12, 2020, 02:23:05 am

Title: Parameter customization IN/INOUT/OUT/RETURN
Post by: YanDJ on December 12, 2020, 02:23:05 am
Hello,

To define a Parameters we can associate an paramKind to the parameter with the option 'Direction'.
There many option :
But is there a way to customize EA to add an option ? for example : 'In_Ptr'

Thank you


   
   
   
Title: Re: Parameter customization IN/INOUT/OUT/RETURN
Post by: Uffe on December 12, 2020, 02:38:34 am
Hello Yan,

Pretty sure that's a no. Parameter kinds come from the standard I believe, as opposed to things like requirement types, so there'd be semantics defined for them that you can't extend.

/Uffe
Title: Re: Parameter customization IN/INOUT/OUT/RETURN
Post by: qwerty on December 12, 2020, 02:49:05 am
You would need to stereotype it and use stereotype properties (aka tagged values).

q.
Title: Re: Parameter customization IN/INOUT/OUT/RETURN
Post by: YanDJ on December 15, 2020, 12:03:54 am
Ok thank you for your answers. I will try to use a tag value for ours needs.  8)