Enumerations
- Last UpdatedNov 03, 2021
- 1 minute read
An enumeration is a data class that is identified by a set name in which a list of integer values corresponds to an alpha-numeric string value.
The enumeration data class is available for process variable formula parameters. You use the Process Model Editor to define enumeration data class set names and values. Associate each enumeration set name with at least one enumeration value and name. An example of an enumeration is the set name Boolean. In this example, you could associate the values 0 and 1 with the names False and True, respectively. The use of enumerations is optional.