SmartEnum

enumeratum.Wrapper$.SmartEnum
See theSmartEnum companion object
sealed trait SmartEnum 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

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