DummyEnum

enumeratum.DummyEnum
See theDummyEnum companion object
sealed trait DummyEnum extends EnumEntry

Attributes

Companion:
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object GoodBye.type
object Hello.type
object Hi.type

Members list

Concise view

Value members

Inherited methods

def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Inherited from:
EnumEntry