EnumType

object EnumType

Enumeration of supported enum types.

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object Arabic extends EnumType

Arabic enumeration style (1, 2, 3...)

Arabic enumeration style (1, 2, 3...)

case object LowerAlpha extends EnumType

Lowercase letter enumeration style (a, b, c...)

Lowercase letter enumeration style (a, b, c...)

case object LowerRoman extends EnumType

Lowercase Roman numeral enumeration style (i, ii, iii, iv...)

Lowercase Roman numeral enumeration style (i, ii, iii, iv...)

case object UpperAlpha extends EnumType

Uppercase letter enumeration style (A, B, C...)

Uppercase letter enumeration style (A, B, C...)

case object UpperRoman extends EnumType

Uppercase Roman numeral enumeration style (I, II, III, IV...)

Uppercase Roman numeral enumeration style (I, II, III, IV...)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror