Enum Value Array Property
Hi,
is it possible to make Concepts have properties of type "array of Enum value"?
Example:
is it possible to make Concepts have properties of type "array of Enum value"?
Example:
concept ReferenceAttribute properties: cascading : CascadingType[] // CascadingType is an enum
Please sign in to leave a comment.
Only primitive types are supported for properties (no arrays) AFAIK.