An enumeration
Enum(...)
...
The values in the enumeration
A list of class Enum describing the valid values in an enumeration
list
Enum
values
Enum("apple", "pear", "orange")