Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tigerstripe-users] Using set of enum in profile

I see.  We don't have any plans of implementing such a feature in Tigerstripe.  However, I don't think it'll be very difficult to add support for this.  If someone on your team is willing to implement it, I'll be glad to review and commit the patch.

- Navid

On Jan 19, 2012, at 11:34 AM, "Flauw, Marc" <Marc.Flauw@xxxxxx> wrote:

Hi Navid,

 

I understand the selection List Attribute, but a selection is the equivalent of an enum.

 

What I would need is a set of enum, so in your example Attribute0 could take several values: anEntry2, anEntry3…

 

See examples from SID in RSM.

 

I tried to check the isArray but it seems to work only for String and I am not getting an array of selection.

 

Best regards

 

Marc

 

From: tigerstripe-users-bounces@xxxxxxxxxxx [mailto:tigerstripe-users-bounces@xxxxxxxxxxx] On Behalf Of Navid Mehregani
Sent: Thursday, January 19, 2012 5:08 PM
To: Tigerstripe Users list
Subject: Re: [tigerstripe-users] Using set of enum in profile

 

Hi Marc,

 

This is already supported in Tigerstripe.  You can create a stereotype with a number of attributes and choose "Selection List Attribute" for its type.  You can then specify your enum values.  Please see attached snapshot.

 

If I've misunderstand your intention, please further elaborate.

 

Regards,

 Navid

On Thu, Jan 19, 2012 at 4:02 AM, Flauw, Marc <Marc.Flauw@xxxxxx> wrote:

Hi,

 

We are defining in RSM/RSA for TM Forum SID work a new stereotype that would be a set of enums.

 

However, I don’t see support for it in my version of Tigerstripe.  

 

Is it something planned?

What would happen if I import a uml model where a stereotype is defined as a set of enums?

 

Thanks and regards

 

Marc


_______________________________________________
tigerstripe-users mailing list
tigerstripe-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-users

 

<stereotype1.JPG>
<stereotype2.JPG>
_______________________________________________
tigerstripe-users mailing list
tigerstripe-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-users

Back to the top