Essence 1.0 FTF Avatar
  1. OMG Issue

ESSENCE — In element Action, change attribute kind from type String to Enumeration

  • Key: ESSENCE-205
  • Legacy Issue Number: 19257
  • Status: closed  
  • Source: 88solutions ( Mr. Manfred R. Koethe)
  • Summary:

    Element Action in package ActivitySpaceAndActivity is specified to perform "create, read, update, delete". Therefore attribute "kind" should be of type Enumeration instead of type String.

    Proposed Solution:
    in ActivitySpaceAndActivity::Action,
    change the type of attribute "kind" to ActionKind.

    Define a new Enumeration ActionKind with enumeration literals "create, read, update, delete".

  • Reported: Essence 1.0b1 — Sat, 22 Feb 2014 05:00 GMT
  • Disposition: Resolved — Essence 1.0
  • Disposition Summary:

    Agreed, accept the proposed change. The transition from a String to an Enumeration improves the precision and expressiveness of the model.

  • Updated: Fri, 6 Mar 2015 20:58 GMT