umple icon indicating copy to clipboard operation
umple copied to clipboard

Support multiplicities for List attributes

Open Nava2 opened this issue 10 years ago • 5 comments

Originally reported on Google Code with ID 96


The following should be supported by the syntax.

String[] a; String[0..1] b; // eq to String b = null; String[1] c; // eq to String b; String[] d; String[0..10] e; String[4] f; String[2..4] g; String[2..] h;


Reported by @umple on 2011-06-24 14:31:01

Nava2 avatar Aug 26 '15 02:08 Nava2

This would require generating code to enforce the lower bound and upper bound. Code generation is already one for associations, so reusing that code would be beneficial.


Reported by @umple on 2012-06-15 14:03:20

  • Labels added: Priority-Low, Diffic-Med
  • Labels removed: Priority-Medium

Nava2 avatar Aug 26 '15 02:08 Nava2

Reported by @umple on 2012-09-27 20:11:45

  • Owner removed

Nava2 avatar Aug 26 '15 02:08 Nava2

Reported by @umple on 2013-07-08 15:11:58

  • Labels added: Priority-Medium
  • Labels removed: Priority-Low

Nava2 avatar Aug 26 '15 02:08 Nava2

Reported by @umple on 2013-09-22 15:44:56

  • Owner changed: @jaysee314

Nava2 avatar Aug 26 '15 02:08 Nava2

Reported by @jaysee314 on 2013-09-22 16:03:26

  • Owner removed

Nava2 avatar Aug 26 '15 02:08 Nava2