Enum Value Array Property

Hi,

is it possible to make Concepts have properties of type "array of Enum value"?

Example:
concept ReferenceAttribute
  
  properties:
  cascading    : CascadingType[] // CascadingType is an enum
0
1 comment
Hi!

Only primitive types are supported for properties (no arrays) AFAIK.
0

Please sign in to leave a comment.