Skip to main content
Version: 24.1

Enumerations

About

An enumeration allows you to define a set of values that a variable can be assigned to. This feature is useful for restricting the possible values that a variable can take.

In addition, you can use enumerations to define human-readable options for Integer or String that are used to store a selected value from a group of possible options.

Deep Dive with Guides

Check out these guides…

Data Properties