View Enumeration
Overview Enumerations (Enums) are a data type used to define a fixed set of predefined values for a field or variable. Instead of allowing any value, an enumeration restricts input to a set of allowed options. Accessing Enumerations Enumerations ...