Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Unlike Java or C++, Scala does not have enumerated types. However, the standard library provides an Enumeration helper class that you can use to produce enumerations.
Define an object that extends the Enumeration class and initialize each value in your enumeration with a call to the Value method. For example,