Skip to main content

Create an Enumeration

Enumeration

An enumeration is a set of pre-defined values. It has a concept similar to enums in programming languages.

To create an enumeration:

  1. Click the + icon on the left-hand side and select New Enumeration, and provide a meaningful name to your Enumeration.
  2. Let's create an enumeration called CompanyType with the values LLC and Corporation.
  3. Let's navigate back to the Firm class and add a property named firmType.
  4. Select CompanyType for the property type and a cardinality of 1.

Select property type and cardinality

In the basic logical modeling showcase project, ProductSynonymType is an enumeration.

More