T trait

Enum

extends Object with Product with Serializable

A base trait of all enum classes

Supertypes

Object, Product, Serializable

Members

def 

enumLabel

: String

A string uniquely identifying a case of an enum

A string uniquely identifying a case of an enum

def 

ordinal

: Int

A number uniquely identifying a case of an enum

A number uniquely identifying a case of an enum