HyphenEnum

enumeratum.HyphenEnum
See theHyphenEnum companion object
sealed trait HyphenEnum extends EnumEntry with Hyphencase

Attributes

Companion:
object
Graph
Supertypes
trait Hyphencase
trait Lowercase
trait CapitalHyphencase
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object GoodBye.type
object Hello.type
object ShoutGoodBye.type

Members list

Concise view

Value members

Inherited methods

override def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Definition Classes
Lowercase -> EnumEntry
Inherited from:
Lowercase