Enumeration Attributes
Let’s learn about enumeration attributes.
We'll cover the following...
An enumeration attribute is an attribute that has an enumeration as its range.
In the user interface, an output field for an enumeration attribute would display the enumeration label, rather than its internal value, the corresponding enumeration index.
Taking inputs
To allow user input to an enumeration attribute, we can use the UI concept of a drop-down selection list, which may be implemented with an HTML select element. The enumeration labels would be ...