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:
- Click the + icon on the left-hand side and select New Enumeration, and provide a meaningful name to your Enumeration.
- Let's create an enumeration called CompanyType with the values LLC and Corporation.
- Let's navigate back to the
Firm
class and add a property named firmType. - Select CompanyType for the property type and a cardinality of 1.
In the basic logical modeling showcase project, ProductSynonymType is an enumeration.