io.github.memo33.scalaenum.Enum
The superclass of the scala.Enum.Value type. This class can be overridden to change the enumeration's naming and integer identification behaviour, as well as to add additional public functionality.
scala.Enum.Value
Create a ValueSet which contains this value and another one
the id and bit location of this enumeration value
(Since version ) see corresponding Javadoc for more information.
The superclass of the
scala.Enum.Value
type. This class can be overridden to change the enumeration's naming and integer identification behaviour, as well as to add additional public functionality.