| Supertypes | |
|---|---|
| Self type |
A class implementing the scala.Enumeration.Value type. This class can be overridden to change the enumeration's naming and integer identification behaviour.
| Inherited from | Enumeration |
|---|
The type of the enumerated values.
| Inherited from | Enumeration |
|---|
An ordering by id for values of this set
| Inherited from | Enumeration |
|---|
A class for sets of values. Iterating through this set will yield values in increasing order of their ids.
| Value parameters |
|
|---|---|
| Inherited from | Enumeration |
A factory object for value sets
| Inherited from | Enumeration |
|---|
Creates a fresh value, part of this enumeration, called name and identified by the integer i.
| Value parameters |
|
|---|---|
| Returns | Fresh value with the provided identifier |
| Inherited from | Enumeration |
Creates a fresh value, part of this enumeration, called name.
| Value parameters |
|
|---|---|
| Returns | Fresh value called |
| Inherited from | Enumeration |
Creates a fresh value, part of this enumeration, identified by the integer i.
| Value parameters |
|
|---|---|
| Returns | Fresh value identified by |
| Inherited from | Enumeration |
Creates a fresh value, part of this enumeration.
| Inherited from | Enumeration |
|---|
The value of this enumeration with given id x
| Inherited from | Enumeration |
|---|
The one higher than the highest integer amongst those used to identify values in this enumeration.
| Inherited from | Enumeration |
|---|
| Inherited from | Enumeration |
|---|
The name of this enumeration.
| Definition Classes | Enumeration -> Any |
|---|---|
| Inherited from | Enumeration |
The values of this enumeration as a set.
| Inherited from | Enumeration |
|---|
Return a Value from this Enumeration whose name matches the argument s. The names are determined automatically via reflection.
| Value parameters |
|
|---|---|
| Returns | the |
| Throws |
|
| Inherited from | Enumeration |
The integer to use to identify the next created value.
| Inherited from | Enumeration |
|---|
The string to use to name the next created value.
| Inherited from | Enumeration |
|---|
© 2002-2022 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://scala-lang.org/api/3.2.0/scala/math/BigDecimal$$RoundingMode$.html