enumerated type; enum
A data type in programming that consists of a set of named values. Common in languages like Java, C#, and TypeScript.
列挙型は限られた値を列挙する型です。
An enumerated type is a type that lists a limited set of values.
This enumerated type has three values: red, blue, and green.
Compound of 列挙 (れっきょ, 'enumeration') and 型 (かた/がた, 'type'), a direct translation of the English computing term 'enumerated type'.