Enum

scala.reflect.Enum
trait Enum extends Product with Serializable

A base trait of all Scala enum definitions

Attributes

Graph
Supertypes
trait Product
trait Equals
class Any

Members list

Concise view

Value members

Abstract methods

A number uniquely identifying a case of an enum

A number uniquely identifying a case of an enum

Attributes

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product