Enumeration
From SPEAR
Enumeration is a data type used to represent a fixed set of predefined values from which one (or more, if allowed) can be selected. It ensures consistency and limits input to valid, controlled options—ideal for statuses, categories, or types.